Skip to content

Commit 6315268

Browse files
update setup.py
1 parent 15eef39 commit 6315268

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
@@ -6,7 +6,7 @@
66
# Taken from scikit-learn setup.py
77
DISTNAME = 'scikit-commpy'
88
DESCRIPTION = 'Digital Communication Algorithms with Python'
9-
LONG_DESCRIPTION = open('README.md').read()
9+
LONG_DESCRIPTION = open('README.md', encoding="utf8").read()
1010
MAINTAINER = 'Veeresh Taranalli & Bastien Trotobas'
1111
MAINTAINER_EMAIL = '[email protected]'
1212
URL = 'http://veeresht.github.com/CommPy'

0 commit comments

Comments
 (0)