Skip to content

Commit

Permalink
Merge pull request wxWidgets#2588 from swt2c/change_tools_url
Browse files Browse the repository at this point in the history
Update tools URL to use GitHub Pages
  • Loading branch information
swt2c authored Aug 29, 2024
2 parents f7d1d81 + f3c5eab commit c2f6459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}

# 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
Expand Down
4 changes: 2 additions & 2 deletions requirements/devel.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c2f6459

Please sign in to comment.