Switch to setuptools
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
This commit is contained in:
parent
36a94f9d97
commit
eec003e3e3
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
Loading…
Reference in New Issue
Block a user