summaryrefslogtreecommitdiff
path: root/pyproject.toml.future
blob: e5ae7bc1e662f463f5a1fd5c2e0a87108a5804f6 (plain)
1
2
3
4
5
6
7
8
9
# 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>=36.6.0"]
build-backend = "pbr.build"
backend-path = ["."]