Skip to content

Commit 9264f02

Browse files
Fix Windows build.
1 parent 9568735 commit 9264f02

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)