File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ],
You can’t perform that action at this time.
0 commit comments