comparison 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
comparison
equal deleted inserted replaced
396:1afe2758f802 397:c033f4072c14
1 # Pure-Python-Build 1 # Pure-Python-Build
2 [build-system] 2 [build-system]
3 requires = ["setuptools>=77.0", "wheel>=0.33"] 3 requires = [
4 "setuptools>=77.0",
5 "wheel>=0.33",
6 "tomli ; python_version < \"3.11\""
7 ]
4 build-backend = "setuptools.build_meta" 8 build-backend = "setuptools.build_meta"
5 9
6 [project] 10 [project]
7 name = "py-cutils" 11 name = "py-cutils"
8 description = "Pure Python implementation of some coreutils with some extensions" 12 description = "Pure Python implementation of some coreutils with some extensions"