From 8e603e0f7eec7c0000344a004228a30fbf0ece5c Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Mon, 31 Jul 2023 12:40:24 +0100 Subject: py: add pyproject.toml to support PEP-517-compatible build-systems This makes it possible to build and install the module without directly invoking setup.py which has been deprecated. Retain the setup.py script for backwards-compatibility. Update INSTALL to mention the new config-file. Link: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- py/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/Makefile.am') diff --git a/py/Makefile.am b/py/Makefile.am index 974539fd..76aa082f 100644 --- a/py/Makefile.am +++ b/py/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = setup.cfg setup.py src +EXTRA_DIST = pyproject.toml setup.cfg setup.py src -- cgit v1.2.3