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 9568735 commit 9264f02Copy full SHA for 9264f02
setup.py
@@ -14,7 +14,7 @@
14
15
16
def read(fname):
17
- return open(os.path.join(os.path.dirname(__file__), fname)).read()
+ return open(os.path.join(os.path.dirname(__file__), fname), encoding="utf8").read()
18
19
20
# Tested with wheel v0.29.0
0 commit comments