pbr/pyproject.toml.future

13 lines
377 B
Plaintext

# PBR doesn't use the pyproject.toml interface internally yet as
# fixing issues in the system will be difficult if PBR itself
# depends on it. We will put this file into place at pyproject.toml
# once we are more confident it works generally.
[build-system]
requires = ["setuptools>=64.0.0"]
build-backend = "pbr.build"
backend-path = ["."]
[tools.setuptools]
py-modules=[]