Unverified Commit 9264f02d authored by Matthew Douglas's avatar Matthew Douglas Committed by GitHub
Browse files

Fix Windows build.

parent 9568735b
......@@ -14,7 +14,7 @@ print("libs:", libs)
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
return open(os.path.join(os.path.dirname(__file__), fname), encoding="utf8").read()
# Tested with wheel v0.29.0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment