From eb54cb6f50f8b7b53b26de0f7155e0dbd62517a5 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Thu, 11 Feb 2021 17:49:28 +0000 Subject: [PATCH] Updated Github links --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 624ab05..79c142e 100644 --- a/setup.py +++ b/setup.py @@ -29,12 +29,12 @@ long_description_content_type='text/markdown', author = 'Peter Hunt', author_email='peter@huntfx.uk', - url = 'https://github.com/Peter92/vfxwindow', - download_url = 'https://github.com/Peter92/vfxwindow/archive/{}.tar.gz'.format(version), + url = 'https://github.com/huntfx/vfxwindow', + download_url = 'https://github.com/huntfx/vfxwindow/archive/{}.tar.gz'.format(version), project_urls={ - 'Documentation': 'https://github.com/Peter92/vfxwindow/wiki', - 'Source': 'https://github.com/Peter92/vfxwindow', - 'Issues': 'https://github.com/Peter92/vfxwindow/issues', + 'Documentation': 'https://github.com/huntfx/vfxwindow/wiki', + 'Source': 'https://github.com/huntfx/vfxwindow', + 'Issues': 'https://github.com/huntfx/vfxwindow/issues', }, keywords = [ 'qt', 'pyside', 'pyside2', 'pyqt', 'pyqt4', 'pyqt5', 'gui', 'window',