We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32696f4 commit 9000635Copy full SHA for 9000635
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import find_packages, setup
4
5
-with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
+with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8') as readme:
6
README = readme.read()
7
8
setup(
0 commit comments