setup encoding modify

This commit is contained in:
zhangjiawei
2024-10-16 18:10:28 +08:00
parent 3fabaf008f
commit 4bbe4f8230

View File

@@ -1,6 +1,6 @@
import setuptools
with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()