diff mbox series

[libgpiod,2/3] bindings: python: add pyproject.toml, pep 518

Message ID 20231011121246.9467-3-phil@gadgetoid.com
State New
Headers show
Series bindings: python: optionally include module (...) | expand

Commit Message

Phil Howard Oct. 11, 2023, 12:12 p.m. UTC
Add pyproject.toml to prevent spurious deprecation warnings from pip.

Signed-off-by: Phil Howard <phil@gadgetoid.com>
---
 bindings/python/pyproject.toml | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 bindings/python/pyproject.toml
diff mbox series

Patch

diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
new file mode 100644
index 0000000..d1e6ae6
--- /dev/null
+++ b/bindings/python/pyproject.toml
@@ -0,0 +1,2 @@ 
+[build-system]
+requires = ["setuptools", "wheel"]