Skip to content

Commit

Permalink
explicitly read README as utf-8
Browse files Browse the repository at this point in the history
Closes: mutpy#21
  • Loading branch information
jepler committed Sep 26, 2022
1 parent 3fba19f commit e7940ed
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 @@ -3,7 +3,7 @@

import astmonkey

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

setup(
Expand Down

0 comments on commit e7940ed

Please sign in to comment.