
Apart from just being the modern thing to do, this allows bdist_wheel to work, which is important for installing with our existing container python-builder tooling. Change-Id: Id884f7db1dcb59406e6f08cd9ec904fe3a32d2e9
4 lines
90 B
TOML
4 lines
90 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|