From de3f4907705d6249a6661abfcd1dd841b081db69 Mon Sep 17 00:00:00 2001 From: halliday Date: Thu, 26 Oct 2023 09:06:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.py b/release.py index b2c02fb..b4f25e7 100644 --- a/release.py +++ b/release.py @@ -82,8 +82,8 @@ def main(): _copytree(os.path.join(top_dir, dir), os.path.join(target_dir, dir)) - shutil.copy2(os.path.join(top_dir, "README.txt"), - os.path.join(target_dir, "README.txt")) + shutil.copy2(os.path.join(top_dir, "README.md"), + os.path.join(target_dir, "README.md")) target_lib_dir = os.path.join(target_dir, "lib") _copytree(site_pacakge_dir, target_lib_dir)