summaryrefslogtreecommitdiffstats
path: root/py/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'py/pyproject.toml')
-rw-r--r--py/pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/pyproject.toml b/py/pyproject.toml
new file mode 100644
index 00000000..fed528d4
--- /dev/null
+++ b/py/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"