comparison pyproject.toml @ 406:deabdfed3b96

For current Python versions use an intree build backend that wraps setuptools.build_meta. Augmenting the generated sdist archive is now done automatically.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 17 Feb 2026 16:15:31 +0100
parents 3beac9c85781
children d3429477cd55 3e28e5aacb8a
comparison
equal deleted inserted replaced
405:8e4ece6fad74 406:deabdfed3b96
1 # Pure-Python-Build 1 # Pure-Python-Build
2 [build-system] 2 [build-system]
3 requires = [ 3 requires = [
4 "setuptools>=77.0", 4 "setuptools>=77.0",
5 "wheel>=0.33", 5 "wheel>=0.33"
6 "tomli; python_version<'3.11'"
7 ] 6 ]
8 build-backend = "setuptools.build_meta" 7 # This is a intree wrapper for setuptools.build_meta
8 build-backend = "cutils_build"
9 backend-path = ["intree-build-helper"]
9 10
10 [project] 11 [project]
11 name = "py-cutils" 12 name = "py-cutils"
12 description = "Pure Python implementation of some coreutils with some extensions" 13 description = "Pure Python implementation of some coreutils with some extensions"
13 # 14 #