summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-05-17Remove unnecessary python-wheel depsgesh
As noted in wheel's PyPI page, since setuptools 70.1 this is no longer needed for `python -m build --wheel` (aka bdist_wheel), and is only used for the actual wheel command line tool. See: https://pypi.org/project/wheel/ Closes: #666
2026-05-16Initial commitAmin Vakil