diff --git a/setup.py b/setup.py index 0a29d700ca19f6fcc55498c49442c5e1ec2c3096..8934ce29e30d4c66473f75366c17ca9997060f4c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -with open("README.md", "r") as fh: +with open("README.md", encoding='utf-8') as fh: long_description = fh.read() setuptools.setup(