Merge "add pyproject.toml to support pip 23.1"

This commit is contained in:
Zuul
2024-08-29 21:22:40 +00:00
committed by Gerrit Code Review
+3
View File
@@ -0,0 +1,3 @@
[build-system]
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
build-backend = "pbr.build"