Skip to content

Commit 3c9eac3

Browse files
authored
Update setup.py
1 parent 6b1d193 commit 3c9eac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
package_dir={'boruta': 'boruta'},
1313
package_data={'boruta/examples/*csv': ['boruta/examples/*.csv']},
1414
include_package_data=True,
15+
long_description=open('README.md').read(),
16+
long_description_content_type='text/markdown',
1517
keywords=['feature selection', 'machine learning', 'random forest'],
1618
install_requires=['numpy>=1.10.4',
1719
'scikit-learn>=0.17.1',

0 commit comments

Comments
 (0)