Files
barbican/pyproject.toml
melanie witt d98891faee Add pyproject.toml and wsgi module paths
This copies a fix from the Watcher project to support pip 23.1:

https://review.opendev.org/c/openstack/watcher/+/948438

Closes-Bug: #2109584

Change-Id: I91cd5e262513b5427377ce1892e9acfe29e22b21
2025-05-07 13:39:16 -07:00

4 lines
91 B
TOML

[build-system]
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
build-backend = "pbr.build"