Skip to content

Commit

Permalink
fixes encoding issue marcelm#246
Browse files Browse the repository at this point in the history
  • Loading branch information
tolot27 committed May 12, 2017
1 parent 1cc8470 commit 74f4f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run(self):
cmdclass['build_ext'] = build_ext
cmdclass['sdist'] = sdist

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

setup(
Expand Down

0 comments on commit 74f4f66

Please sign in to comment.