bindings: python: add pyproject.toml, pep 518
authorPhil Howard <phil@gadgetoid.com>
Thu, 12 Oct 2023 21:02:28 +0000 (22:02 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 13 Oct 2023 08:35:01 +0000 (10:35 +0200)
Add pyproject.toml to prevent spurious deprecation warnings from pip.

Signed-off-by: Phil Howard <phil@gadgetoid.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/pyproject.toml [new file with mode: 0644]

diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
new file mode 100644 (file)
index 0000000..fcf6bbe
--- /dev/null
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Phil Howard <phil@gadgetoid.com>
+
+[build-system]
+requires = ["setuptools", "wheel"]