From 3be9e2ad1f23ddcd638cef24b228b90f8295d359 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 18 Feb 2021 09:34:50 -0500 Subject: [PATCH] Update project URL in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35844daf..0b529169 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def find_version(*file_paths): setup( name="PyQt5-stubs", - url="https://github.com/stlehmann/PyQt5-stubs", + url="https://github.com/python-qt-tools/PyQt5-stubs", author="Stefan Lehmann", author_email="stlm@posteo.de", description="PEP561 stub files for the PyQt5 framework",