view pyproject.toml @ 401:e4d71f20d908 build-2.7

Use "gzip --best" compression when recompressing the sdist after post-processing
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 17 Feb 2026 14:47:39 +0100
parents 669dd560f21a
children d3429477cd55
line wrap: on
line source

# Pure-Python-Build for Python2.7 and older Python3 versions
[build-system]
requires = ["setuptools>=43.0", "wheel>=0.33"]
build-backend = "setuptools.build_meta"