Skip to content

Commit f21d727

Browse files
committed
Fixed.
1 parent 51b58cf commit f21d727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# Taken from scikit-learn setup.py
3636
DISTNAME = 'scikit-commpy'
3737
DESCRIPTION = 'Digital Communication Algorithms with Python'
38-
LONG_DESCRIPTION = open('README').read()
38+
LONG_DESCRIPTION = open('README.md').read()
3939
MAINTAINER = 'Veeresh Taranalli'
4040
MAINTAINER_EMAIL = 'veeresht@gmail.com'
4141
URL = 'http://veeresht.github.com/CommPy'

0 commit comments

Comments
 (0)