From 92bf9fc6a1a2f102fa94b30f160a5d3314524700 Mon Sep 17 00:00:00 2001 From: p02945817 <2995487295@qq.com> Date: Tue, 14 Jun 2022 18:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E4=BF=AE=E6=94=B9=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3502b39..f80dfcc 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def readme(): with open('README.md', encoding='utf-8') as f: content = f.read() return content - +# read def parse_requirements(fname): with open(fname, encoding="utf-8-sig") as f: