Skip to content

Commit

Permalink
Fixes #201 added github repo to project_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavOmprakash authored and grantjenks committed Sep 14, 2021
1 parent bd800aa commit 606d8f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ def run_tests(self):
long_description=readme,
author='Grant Jenks',
author_email='contact@grantjenks.com',
url='http://www.grantjenks.com/docs/diskcache/',
url='http://www.grantjenks.com/docs/diskcache/',
project_urls = {
'Documentation':'http://www.grantjenks.com/docs/diskcache/',
'Source':'https://github.com/grantjenks/python-diskcache',
'Tracker':'https://github.com/grantjenks/python-diskcache/issues',
'Funding':'https://gumroad.com/l/diskcache',}
license='Apache 2.0',
packages=['diskcache'],
tests_require=['tox'],
Expand Down

0 comments on commit 606d8f2

Please sign in to comment.