Skip to content

Commit

Permalink
Fix setup encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
dbiton committed Dec 26, 2024
1 parent 48f8e76 commit 5dfc897
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 @@ -9,7 +9,7 @@
here = os.path.abspath(os.path.dirname(__file__))


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


Expand Down

0 comments on commit 5dfc897

Please sign in to comment.