Embed README into package's long description

This commit is contained in:
David Fischer
2016-01-31 14:16:48 +01:00
parent 93e691a9e9
commit 14c8c96057

View File

@@ -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',