Skip to content

Commit

Permalink
Add long description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Jul 19, 2017
1 parent 8a983ca commit 906703d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@
with open('requirements.txt') as requirements:
REQUIREMENTS = requirements.readlines()

with open('README.rst') as readme:
README = readme.read()

setup(
name='ChatterBot',
version=VERSION,
url=URL,
download_url='{}/tarball/{}'.format(URL, VERSION),
description=DESCRIPTION,
long_description=README,
author=AUTHOR,
author_email=AUTHOR_EMAIL,
packages=[
Expand Down

0 comments on commit 906703d

Please sign in to comment.