Skip to content

Commit

Permalink
Long description from README
Browse files Browse the repository at this point in the history
  • Loading branch information
wujiawei committed Aug 4, 2017
1 parent 9d4b769 commit 06c38e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@
"requests"
]


def long_desc():
with open('README.md') as f:
return f.read()


setup(
name="douban-dl",
version="0.0.1",
description="douban downloader, include album, celebrity",
long_description="douban album downloader",
long_description=long_desc(),
url="https://github.com/einverne/douban-dl",
author="einverne",
author_email="einverne@gmail.com",
Expand Down

0 comments on commit 06c38e6

Please sign in to comment.