Add pyproject.toml to prevent spurious deprecation warnings from pip. Signed-off-by: Phil Howard <phil@xxxxxxxxxxxxx> --- bindings/python/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bindings/python/pyproject.toml 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 <phil@xxxxxxxxxxxxx> + +[build-system] +requires = ["setuptools", "wheel"] -- 2.34.1