Mercurial > hgrepos > Python > apps > py-cutils
changeset 408:3e28e5aacb8a default
A separate "wheel" package is not used by modern build backends any more.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 17 Feb 2026 17:16:27 +0100 |
| parents | deabdfed3b96 |
| children | 8809d79777c3 |
| files | pyproject.toml |
| diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/pyproject.toml Tue Feb 17 16:15:31 2026 +0100 +++ b/pyproject.toml Tue Feb 17 17:16:27 2026 +0100 @@ -1,9 +1,6 @@ # Pure-Python-Build [build-system] -requires = [ - "setuptools>=77.0", - "wheel>=0.33" -] +requires = ["setuptools>=77.0"] # This is a intree wrapper for setuptools.build_meta build-backend = "cutils_build" backend-path = ["intree-build-helper"]
