Add pyproject.toml file

Based on cinder change I7f7437d06b411726ede946dd58750c04bc0abd3c

Change-Id: I00b7130f52f594a997a9c258ab4adf3282a51d70
Signed-off-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>
This commit is contained in:
Brian Rosmaita
2026-02-25 08:56:11 -05:00
parent 774762b156
commit b5cf5c37d2

3
pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
build-backend = "pbr.build"