Skip to content

Commit

Permalink
Merge a675360 into c496eb9
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jul 19, 2019
2 parents c496eb9 + a675360 commit bd4c394
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 @@ -16,7 +16,7 @@

def readme():
"""Read in and return the contents of the project's README.md file."""
with open("README.md") as f:
with open("README.md", encoding="utf-8") as f:
return f.read()


Expand Down

0 comments on commit bd4c394

Please sign in to comment.