File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,13 @@ def run_tests(self):
29
29
long_description = readme ,
30
30
author = 'Grant Jenks' ,
31
31
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
+ },
38
39
license = 'Apache 2.0' ,
39
40
packages = ['diskcache' ],
40
41
tests_require = ['tox' ],
You can’t perform that action at this time.
0 commit comments