Skip to content

Commit c22d3ee

Browse files
committed
Fixup formatting for project urls
1 parent 606d8f2 commit c22d3ee

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

setup.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ def run_tests(self):
2929
long_description=readme,
3030
author='Grant Jenks',
3131
author_email='contact@grantjenks.com',
32-
url='http://www.grantjenks.com/docs/diskcache/',
33-
project_urls = {
34-
'Documentation':'http://www.grantjenks.com/docs/diskcache/',
35-
'Source':'https://github.com/grantjenks/python-diskcache',
36-
'Tracker':'https://github.com/grantjenks/python-diskcache/issues',
37-
'Funding':'https://gumroad.com/l/diskcache',}
32+
url='http://www.grantjenks.com/docs/diskcache/',
33+
project_urls={
34+
'Documentation': 'http://www.grantjenks.com/docs/diskcache/',
35+
'Funding': 'https://gum.co/diskcache',
36+
'Source': 'https://github.com/grantjenks/python-diskcache',
37+
'Tracker': 'https://github.com/grantjenks/python-diskcache/issues',
38+
},
3839
license='Apache 2.0',
3940
packages=['diskcache'],
4041
tests_require=['tox'],

0 commit comments

Comments
 (0)