Skip to content

Commit

Permalink
Read README as unicode for #71
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored Sep 11, 2018
1 parent a1fc1ba commit 025ee4c
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 @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md')) as f:
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit 025ee4c

Please sign in to comment.