Mercurial > hgrepos > Python > apps > py-cutils
diff pyproject.toml @ 397:c033f4072c14
FIX: _postprocess-sdist now works for compressed archives and configuration in pyproject.toml.
While there: adjusted the Makefile accordingly.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 16 Feb 2026 15:22:37 +0100 |
| parents | 5b8c48e8c4ec |
| children | 3beac9c85781 |
line wrap: on
line diff
--- a/pyproject.toml Mon Feb 16 15:16:18 2026 +0100 +++ b/pyproject.toml Mon Feb 16 15:22:37 2026 +0100 @@ -1,6 +1,10 @@ # Pure-Python-Build [build-system] -requires = ["setuptools>=77.0", "wheel>=0.33"] +requires = [ + "setuptools>=77.0", + "wheel>=0.33", + "tomli ; python_version < \"3.11\"" +] build-backend = "setuptools.build_meta" [project]
