From 4196fccb9e362dccedb81ef3d60b585aa2aa6762 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 21 May 2022 12:28:26 -0700 Subject: [PATCH] Add documentation link --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 26216883..680ee654 100644 --- a/setup.py +++ b/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"