From ce443afc214553b9fa6f02a640a3cd2f71a23ec9 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Mon, 31 Jul 2023 12:40:22 +0100 Subject: py: move package source into src directory Separate the actual package source from the build files. In addition to being a bit tidier, this will prevent setup.py being erroneously installed when we introduce PEP-517 support in a later commit. 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 f10ae360..4056aa61 100644 --- a/py/Makefile.am +++ b/py/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = setup.py __init__.py nftables.py schema.json +EXTRA_DIST = setup.py src -- cgit v1.2.3