setup encoding modify

This commit is contained in:
zhangjiawei
2024-10-16 18:10:28 +08:00
parent 8946023b54
commit f59b399656

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()