remove after setuptools update past 70.1 --- pyproject.toml.orig 2026-02-08 15:20:31 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "wxPython" +name = "wxpython" description = "Cross platform GUI toolkit for Python, \"Phoenix\" version" requires-python = ">= 3.10" authors = [ @@ -71,7 +71,7 @@ requires = [ [build-system] requires = [ - "setuptools>=70.1", + "setuptools", "cython >= 3.0.10", "requests >= 2.26.0", "sip == 6.12.0",