switch some urls to pypi.org

This commit is contained in:
Robin Dunn
2018-06-14 16:01:54 -07:00
parent 4535cdcf33
commit 05faea2cb7
2 changed files with 2 additions and 2 deletions

View File

@@ -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``

View File

@@ -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"