Skip to content

Commit

Permalink
setup.py: Specify UTF-8 encoding for long_description/README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Dec 19, 2023
1 parent 0ae7379 commit 6ec9936
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 @@ -4,7 +4,7 @@
from setuptools import find_packages


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


Expand Down

0 comments on commit 6ec9936

Please sign in to comment.