Skip to content

Commit ac8c0db

Browse files
authored
Merge pull request #117 from edsonportosilva. Fix #114 and Fix #115
Thaks @edsonportosilva ! This should fix both #114 et #115!
2 parents 9496b1f + 5f6cbf3 commit ac8c0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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)