We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8af69 commit 660705fCopy full SHA for 660705f
1 file changed
setup.py
@@ -24,7 +24,7 @@
24
with open(os.path.join(here, 'music_dl', '__version__.py'), 'r', encoding='utf-8') as f:
25
exec(f.read(), about)
26
27
-with open('README.en.md', 'r', encoding='utf-8') as fh:
+with open('README.md', 'r', encoding='utf-8') as fh:
28
long_description = fh.read()
29
30
setuptools.setup(
0 commit comments