summaryrefslogtreecommitdiff
path: root/pyproject.toml.future
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml.future')
-rw-r--r--pyproject.toml.future9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyproject.toml.future b/pyproject.toml.future
new file mode 100644
index 0000000..1989dfd
--- /dev/null
+++ b/pyproject.toml.future
@@ -0,0 +1,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", "wheel"]
+build-backend = "pbr.build"
+backend-path = ["."]