diff --git a/setup.py b/setup.py index 93ce1d23..644d0ad3 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,9 @@ DESCRIPTION = "Cross platform GUI toolkit for Python, \"Phoenix\" version" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "robin@alldunn.com" URL = "http://wxPython.org/" +PROJECT_URLS = { + "Source": "https://github.com/wxWidgets/Phoenix", +} DOWNLOAD_URL = "https://pypi.org/project/{}".format(NAME) LICENSE = "wxWindows Library License (https://opensource.org/licenses/wxwindows.php)" PLATFORMS = "WIN32,WIN64,OSX,POSIX"