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.
2 parents 609ba2e + 3b31b15 commit 759de86Copy full SHA for 759de86
setup.py
@@ -2,8 +2,8 @@
2
import os
3
4
here = os.path.abspath(os.path.dirname(__file__))
5
-README = open(os.path.join(here, 'README.rst')).read()
6
-NEWS = open(os.path.join(here, 'NEWS.txt')).read()
+README = open(os.path.join(here, 'README.rst'), encoding='utf-8').read()
+NEWS = open(os.path.join(here, 'NEWS.txt'), encoding='utf-8').read()
7
8
9
version = '0.3.9'
0 commit comments