Skip to content

Commit 55086c3

Browse files
committed
updateing README on PyPI
1 parent ba9b2c0 commit 55086c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
install_requires=['numpy>=1.10.4',
1414
'scikit-learn>=0.17.1',
1515
'scipy>=0.17.0'
16-
])
16+
],
17+
setup_requires=['setuptools-markdown'],
18+
long_description_markdown_filename='README.md')

0 commit comments

Comments
 (0)