Use PBR as a PEP 517 build backend
[mudpy.git] / pyproject.toml
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..fefddad
--- /dev/null
@@ -0,0 +1,7 @@
+# Copyright (c) 2022 mudpy authors. Permission to use, copy,
+# modify, and distribute this software is granted under terms
+# provided in the LICENSE file distributed with this software.
+
+[build-system]
+requires = ["pbr>=5.8.0", "setuptools>=36.6.0", "wheel"]
+build-backend = "pbr.build"