Embed README into package's long description
This commit is contained in:
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ setup(
|
||||
author="FlyinGrub",
|
||||
author_email="flyinggrub@gmail.com",
|
||||
description="Download Music from Souncloud",
|
||||
long_description="Please check the README on Github : https://github.com/flyingrub/scdl/blob/master/README.md",
|
||||
long_description=open('README.md').read(),
|
||||
install_requires=[
|
||||
'docopt',
|
||||
'soundcloud',
|
||||
|
||||
Reference in New Issue
Block a user