mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Per PEP 517 the pyproject.toml file lists tools required when building the project with build: https://pypa-build.readthedocs.io/en/stable/index.html Signed-off-by: Joshua Lock <jlock@vmware.com>
3 lines
98 B
TOML
3 lines
98 B
TOML
[build-system]
|
|
requires = ["setuptools>=40.8.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|