Skip to content

Commit 217cf8e

Browse files
update setup.py
1 parent c75eecd commit 217cf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
def read(fname):
17-
return open(os.path.join(os.path.dirname(__file__), fname)).read()
17+
return open(os.path.join(os.path.dirname(__file__), fname), encoding="utf8").read()
1818

1919

2020
# Tested with wheel v0.29.0

0 commit comments

Comments
 (0)