From af3eebaf6e5afa62d3273d323b1902152c024070 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Thu, 11 Feb 2021 18:12:27 +0000 Subject: [PATCH] Update Github links --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 64ef464..b3356fc 100644 --- a/setup.py +++ b/setup.py @@ -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',