]> git.ipfire.org Git - thirdparty/nftables.git/commit
py: move package source into src directory
authorJeremy Sowden <jeremy@azazel.net>
Mon, 31 Jul 2023 11:40:22 +0000 (12:40 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Aug 2023 07:47:49 +0000 (09:47 +0200)
commitce443afc214553b9fa6f02a640a3cd2f71a23ec9
tree32537f3e7e431c7d312fda2e3411a6362799ed09
parent76835278e00af29d708e0085461c1cd79fb4050e
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 <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
py/Makefile.am
py/setup.py
py/src/__init__.py [moved from py/__init__.py with 100% similarity]
py/src/nftables.py [moved from py/nftables.py with 100% similarity]
py/src/schema.json [moved from py/schema.json with 100% similarity]