From 660705fa4b81adc8c254ea193cfc295c5cf35061 Mon Sep 17 00:00:00 2001 From: HJK Date: Mon, 8 Apr 2019 15:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E5=AE=9A=E7=9A=84re?= =?UTF-8?q?adme=E6=96=87=E4=BB=B6?= 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 cc7ace0..8bd2f01 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ with open(os.path.join(here, 'music_dl', '__version__.py'), 'r', encoding='utf-8') as f: exec(f.read(), about) -with open('README.en.md', 'r', encoding='utf-8') as fh: +with open('README.md', 'r', encoding='utf-8') as fh: long_description = fh.read() setuptools.setup(