Skip to content

Commit 660705f

Browse files
committed
修改指定的readme文件
1 parent ef8af69 commit 660705f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
with open(os.path.join(here, 'music_dl', '__version__.py'), 'r', encoding='utf-8') as f:
2525
exec(f.read(), about)
2626

27-
with open('README.en.md', 'r', encoding='utf-8') as fh:
27+
with open('README.md', 'r', encoding='utf-8') as fh:
2828
long_description = fh.read()
2929

3030
setuptools.setup(

0 commit comments

Comments
 (0)