diff --git a/CHANGES.rst b/CHANGES.rst index 36d1a67b..27692c22 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,7 +13,7 @@ wxPython Changelog --------------------------- * 16-June-2018 -PyPI: https://pypi.python.org/pypi/wxPython/4.0.2 +PyPI: https://pypi.org/project/wxPython/4.0.2 Extras: https://extras.wxPython.org/wxPython4/extras/ Pip: ``pip install wxPython==4.0.2`` diff --git a/setup.py b/setup.py index 8e8bbaf9..81da7775 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ DESCRIPTION = "Cross platform GUI toolkit for Python, \"Phoenix\" version" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "robin@alldunn.com" URL = "http://wxPython.org/" -DOWNLOAD_URL = "https://pypi.python.org/pypi/{}".format(NAME) +DOWNLOAD_URL = "https://pypi.org/project/{}".format(NAME) LICENSE = "wxWindows Library License (https://opensource.org/licenses/wxwindows.php)" PLATFORMS = "WIN32,WIN64,OSX,POSIX" KEYWORDS = "GUI,wx,wxWindows,wxWidgets,cross-platform,user-interface,awesome"