Skip to content

Commit

Permalink
utf-8 encoding in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL committed Aug 9, 2024
1 parent d6314a6 commit d4841fc
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 @@ -28,7 +28,7 @@
"Programming Language :: Python :: 3",
]

with open("docs/README.md", "r") as fh:
with open("docs/README.md", "r", encoding='utf-8') as fh:
LONG_DESCRIPTION = fh.read()

if __name__ == "__main__":
Expand Down

0 comments on commit d4841fc

Please sign in to comment.