Merge pull request #2588 from swt2c/change_tools_url

Update tools URL to use GitHub Pages
This commit is contained in:
Scott Talbert
2024-08-28 23:31:04 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ doxygenMD5 = {
}
# And the location where they can be downloaded from
toolsURL = 'https://wxpython.org/Phoenix/tools'
toolsURL = 'https://wxwidgets.github.io/wxPython-tools'
# MS Edge code and DLLs needed for the wxWEBVIEW_BACKEND_EDGE backend

View File

@@ -1,8 +1,8 @@
# Python packages needed for building and testing wxPython Phoenix
-r install.txt
appdirs
setuptools < 45 ; python_version < '3.0'
setuptools ; python_version >= '3.0'
setuptools < 74 ; sys.platform == 'win32'
setuptools ; sys.platform != 'win32'
sip == 6.8.5
wheel