summaryrefslogtreecommitdiffstats
path: root/py/src/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* py: move package source into src directoryJeremy Sowden2023-08-031-0/+1
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>