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 1c58773 commit 3b31b15Copy full SHA for 3b31b15
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