Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Force utf-8 encoding on Windows
  • Loading branch information
jeylau committed Oct 10, 2022
commit 7b04da0894e6cae2a32561f3240c6a83d7128920
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import setuptools

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


Expand Down