Skip to content

Commit

Permalink
Read README as utf8 (for Windows install)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Aug 19, 2019
1 parent 5050eea commit 4bf2394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def readme():
"""Read README contents
"""
with open('README.md') as f:
with open('README.md', encoding='utf8') as f:
return f.read()


Expand Down

0 comments on commit 4bf2394

Please sign in to comment.