view pyproject.toml @ 409:8809d79777c3 build-2.7 tip

MERGE: IGNORE: with current trunk
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 17 Feb 2026 17:18:10 +0100
parents d3429477cd55 3e28e5aacb8a
children
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"