summaryrefslogtreecommitdiff
path: root/pyproject.toml.future
blob: 56fbd2c4d17e2ad2e2f10aee84550f5cb8453549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 = ["."]

[tools.setuptools]
py-modules=[]