diff --git a/setup.py b/setup.py index 13c4770..81054cd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ try: except ImportError: from distutils.core import setup -with open('README.rst') as file: +with open('README.rst', encoding='utf-8') as file: long_description = file.read() setup(