From 4bbe4f8230c9afeb560a045db0314d947a3c87b2 Mon Sep 17 00:00:00 2001 From: zhangjiawei Date: Wed, 16 Oct 2024 18:10:28 +0800 Subject: [PATCH] setup encoding modify --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 849fabfe..47222420 100644 --- a/setup.py +++ b/setup.py @@ -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()