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 c75eecd commit 217cf8eCopy full SHA for 217cf8e
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