neutron-fwaas/pyproject.toml
elajkat 90a0072f37 Add pyproject.toml to support pip 23.1
For details see the below mail thread:
https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/HVFN5RBSHRTM3B2UUKPAWKH6H6AT6CYR/

and the commit message of the keystone patch:
https://review.opendev.org/c/899519

Change-Id: I005a91c15182008a40dca0e2963ca50ed4ee896b
2024-04-19 14:07:47 +02:00

5 lines
101 B
TOML

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