From: Phil Howard Date: Thu, 12 Oct 2023 21:02:28 +0000 (+0100) Subject: bindings: python: add pyproject.toml, pep 518 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=85089d0e40ac01625ce55678bf28c99b1ceaa4a5;p=qemu-gpiodev%2Flibgpiod.git bindings: python: add pyproject.toml, pep 518 Add pyproject.toml to prevent spurious deprecation warnings from pip. Signed-off-by: Phil Howard Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml new file mode 100644 index 0000000..fcf6bbe --- /dev/null +++ b/bindings/python/pyproject.toml @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2023 Phil Howard + +[build-system] +requires = ["setuptools", "wheel"]