diff --git a/setup.py b/setup.py index 8c61e65..5e4d145 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -with open(r'README.md', mode=r'r') as readme_handle: +with open(r'README.md', mode=r'r', encoding="utf8") as readme_handle: long_description = readme_handle.read() setuptools.setup(