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 15eef39 commit 6315268Copy full SHA for 6315268
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