We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8208b29 commit 8972010Copy full SHA for 8972010
setup.py
@@ -9,7 +9,7 @@
9
10
DISTNAME = 'scikits.learn'
11
DESCRIPTION = 'A set of python modules for machine learning and data mining'
12
-LONG_DESCRIPTION = descr
+LONG_DESCRIPTION = open('README.rst').read()
13
MAINTAINER = 'Fabian Pedregosa'
14
MAINTAINER_EMAIL = 'fabian.pedregosa@inria.fr'
15
URL = 'http://scikit-learn.sourceforge.net'
0 commit comments