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(