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