Skip to content

Commit

Permalink
read in utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 18, 2024
1 parent 20adddc commit bd0195c
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 @@ -15,6 +15,6 @@
python_requires=">=3.9",
packages=["flx"],
install_requires= [],
long_description=Path("README.md").read_text(),
long_description=Path("README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
)

0 comments on commit bd0195c

Please sign in to comment.