We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9496b1f + 5f6cbf3 commit ac8c0dbCopy full SHA for ac8c0db
setup.py
@@ -6,7 +6,7 @@
6
# Taken from scikit-learn setup.py
7
DISTNAME = 'scikit-commpy'
8
DESCRIPTION = 'Digital Communication Algorithms with Python'
9
-LONG_DESCRIPTION = open('README.md').read()
+LONG_DESCRIPTION = open('README.md', encoding="utf8").read()
10
MAINTAINER = 'Veeresh Taranalli & Bastien Trotobas'
11
MAINTAINER_EMAIL = '[email protected]'
12
URL = 'http://veeresht.github.com/CommPy'
0 commit comments