Load package long description from README.md
This commit is contained in:
parent
0c1b6d43f1
commit
0fd847b842
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -4,6 +4,8 @@ setup(
|
||||||
name='lrc_dl',
|
name='lrc_dl',
|
||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
description='An ultimate cli tool for downloading song lyrics, inspired by other awesome *-dl programs.',
|
description='An ultimate cli tool for downloading song lyrics, inspired by other awesome *-dl programs.',
|
||||||
|
long_description=open('README.md').read(),
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
packages=[
|
packages=[
|
||||||
"lrc_dl",
|
"lrc_dl",
|
||||||
"lrc_dl.providers",
|
"lrc_dl.providers",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue