Skip to content

Commit

Permalink
Specify README encoding as utf-8
Browse files Browse the repository at this point in the history
Closes #243
  • Loading branch information
moble authored Jan 24, 2025
1 parent 000f697 commit 951a1cf
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 @@ -12,7 +12,7 @@

# read the contents of the README file into the PyPI description
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
long_description = (this_directory / "README.md").read_text("utf-8")

# Set appropriate optimization flags
if "win" in platform.lower() and not "darwin" in platform.lower():
Expand Down

0 comments on commit 951a1cf

Please sign in to comment.