Files
cloudkitty/pyproject.toml
Emma Foley 49a5225495 Add pyproject.toml
In pip 23.1, `setup.py install` no longer works for projects without
pyproject.toml.

https://pip.pypa.io/en/stable/news/#v23-1
https://github.com/pypa/pip/issues/8368

Change-Id: Ibed08ec99a4029e1f1fc454514afafca7a3d7b48
Signed-off-by: Emma Foley <efoley@redhat.com>
2025-10-10 08:24:06 -04:00

4 lines
69 B
TOML

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