diff --git a/setup.py b/setup.py index d1dd6de..8e8beae 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # Taken from scikit-learn setup.py DISTNAME = 'scikit-commpy' DESCRIPTION = 'Digital Communication Algorithms with Python' -LONG_DESCRIPTION = open('README.md').read() +LONG_DESCRIPTION = open('README.md', encoding="utf8").read() MAINTAINER = 'Veeresh Taranalli & Bastien Trotobas' MAINTAINER_EMAIL = 'veeresht@gmail.com' URL = 'http://veeresht.github.com/CommPy'