mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
switch some urls to pypi.org
This commit is contained in:
@@ -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``
|
||||
|
||||
|
||||
2
setup.py
2
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"
|
||||
|
||||
Reference in New Issue
Block a user