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 51b58cf commit f21d727Copy full SHA for f21d727
setup.py
@@ -35,7 +35,7 @@
35
# Taken from scikit-learn setup.py
36
DISTNAME = 'scikit-commpy'
37
DESCRIPTION = 'Digital Communication Algorithms with Python'
38
-LONG_DESCRIPTION = open('README').read()
+LONG_DESCRIPTION = open('README.md').read()
39
MAINTAINER = 'Veeresh Taranalli'
40
MAINTAINER_EMAIL = 'veeresht@gmail.com'
41
URL = 'http://veeresht.github.com/CommPy'
0 commit comments