Skip to content

Commit

Permalink
Add license and documentation to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
blakev committed Oct 23, 2017
1 parent a16d774 commit a2646aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def run_tests(self):
author=A['author'],
author_email=A['contact'],
url=A['url'],
license=A['license'],
documentation='http://gevent-tasks.readthedocs.io/en/latest/',
description='Background task management using gevent and green threads.',
long_description=long_description,
packages=find_packages(),
Expand Down

0 comments on commit a2646aa

Please sign in to comment.