Files
manila/pyproject.toml
Goutham Pacha Ravi db97a9f322 Add pyproject.toml
pip 23.1 removed the "setup.py install" fallback for projects that do
not have pyproject.toml. This change adds the minimal pyproject.toml
to enable pbr to be properly used to build editable wheels.

[1] https://docs.openstack.org/pbr/latest/user/using.html#pyproject-toml

Change-Id: Ie14fb4db0da3b20daadfd55647c8563e65a338d2
Closes-Bug: #2109645
2025-05-13 11:43:51 +00:00

4 lines
69 B
TOML

[build-system]
requires = ["pbr>=6.1.1"]
build-backend = "pbr.build"