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/src/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 py/src/__init__.py (limited to 'py/src/__init__.py') diff --git a/py/src/__init__.py b/py/src/__init__.py new file mode 100644 index 00000000..7567f095 --- /dev/null +++ b/py/src/__init__.py @@ -0,0 +1 @@ +from .nftables import * -- cgit v1.2.3