Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmaillot committed Jun 22, 2021
2 parents 6481fe7 + 673973e commit d771496
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 @@ -67,7 +67,7 @@ def copy_to_module():
print(f"Changed {len(lines_changed)} lines to accommodate for imports.")


with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf8") as fh:
long_description = fh.read()

with pathlib.Path('requirements.txt').open() as requirements_txt:
Expand Down

0 comments on commit d771496

Please sign in to comment.