Skip to content

Commit

Permalink
Open README with correct encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbarthels committed Jun 21, 2018
1 parent 446b3fd commit 1dda07b
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 @@ -5,7 +5,7 @@

root = os.path.dirname(__file__)

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


Expand Down

0 comments on commit 1dda07b

Please sign in to comment.