Skip to content

Commit

Permalink
Explicitly add long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
kopf committed Jul 11, 2017
1 parent f516e31 commit 969f30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -8,6 +8,7 @@
def setup_package():
setup(name='httsleep',
description='A python library for polling HTTP endpoints - batteries included!',
long_description=open('README.rst').read(),
author='Aengus Walton',
author_email='ventolin@gmail.com',
url='https://github.com/kopf/httsleep',
Expand Down

0 comments on commit 969f30c

Please sign in to comment.