Skip to content

Commit

Permalink
Always read readme as utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Nov 3, 2017
1 parent bb2d6c3 commit 2ac6a9f
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 @@ -9,7 +9,7 @@

reqs = ['click']

with open('README.rst') as f:
with open('README.rst', encoding='utf-8') as f:
readme = f.read()


Expand Down

0 comments on commit 2ac6a9f

Please sign in to comment.