comparison Makefile @ 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 da99ab6eda08
children d3429477cd55
comparison
equal deleted inserted replaced
405:8e4ece6fad74 406:deabdfed3b96
16 export-for-dist: clean 16 export-for-dist: clean
17 hg kwarchive __arch 17 hg kwarchive __arch
18 18
19 build: 19 build:
20 python -m build 20 python -m build
21 python _postprocess-sdist.py 21 # NOTE: Postprocessing is now done by the intree build backend
22 # in intree-build-helper/cutils_build.py.
22 23
23 distclean: clean 24 distclean: clean
24 # package build information 25 # package build information
25 rm -rf dist/ *.egg-info 26 rm -rf dist/ *.egg-info
26 27