From 63152680c0792b6c988e962cf6d9b5798eed595b Mon Sep 17 00:00:00 2001 From: Edson Porto da Silva Date: Mon, 16 Aug 2021 15:45:03 -0300 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e07c722..b03475c 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'