Merge "Add pyproject.toml to support pip 23.1"

This commit is contained in:
Zuul 2024-07-17 19:48:58 +00:00 committed by Gerrit Code Review
commit 15d30d0263

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[build-system]
requires = ["pbr>=5.7.0", "setuptools>=64.0.0", "wheel"]
build-backend = "pbr.build"