mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Add documentation link
This commit is contained in:
5
setup.py
5
setup.py
@@ -40,8 +40,9 @@ AUTHOR = "Robin Dunn"
|
||||
AUTHOR_EMAIL = "robin@alldunn.com"
|
||||
URL = "http://wxPython.org/"
|
||||
PROJECT_URLS = {
|
||||
"Source": "https://github.com/wxWidgets/Phoenix",
|
||||
}
|
||||
"Source": "https://github.com/wxWidgets/Phoenix",
|
||||
"Documentation": "https://docs.wxpython.org/",
|
||||
}
|
||||
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