Skip to content

Commit

Permalink
Update Github links
Browse files Browse the repository at this point in the history
  • Loading branch information
huntfx committed Feb 11, 2021
1 parent d9eea6e commit af3eeba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
long_description_content_type='text/markdown',
author = 'Peter Hunt',
author_email='peter@huntfx.uk',
url = 'https://github.com/Peter92/supercache',
download_url = 'https://github.com/Peter92/supercache/archive/{}.tar.gz'.format(version),
url = 'https://github.com/huntfx/supercache',
download_url = 'https://github.com/huntfx/supercache/archive/{}.tar.gz'.format(version),
project_urls={
'Documentation': 'https://github.com/Peter92/supercache/wiki',
'Source': 'https://github.com/Peter92/supercache',
'Issues': 'https://github.com/Peter92/supercache/issues',
'Documentation': 'https://github.com/huntfx/supercache/wiki',
'Source': 'https://github.com/huntfx/supercache',
'Issues': 'https://github.com/huntfx/supercache/issues',
},
keywords = [
'cache', 'caching', 'memoise', 'memoize', 'store',
Expand Down

0 comments on commit af3eeba

Please sign in to comment.