Skip to content

Commit

Permalink
README.rst now interpreted in UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Nov 25, 2022
1 parent d19a0af commit c77efed
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 @@ -29,7 +29,7 @@ def get_extra_requires(path, add_all=True):
return extra_deps


with open('README.rst') as readme_file:
with open('README.rst', encoding='utf8') as readme_file:
readme = readme_file.read()

with open('HISTORY.rst') as history_file:
Expand Down

0 comments on commit c77efed

Please sign in to comment.