mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
add GitHub URL for PyPi
This commit is contained in:
3
setup.py
3
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"
|
||||
|
||||
Reference in New Issue
Block a user