Skip to content

Commit

Permalink
修改指定的readme文件
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHJK committed Apr 8, 2019
1 parent ef8af69 commit 660705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 660705f

Please sign in to comment.