summaryrefslogtreecommitdiffstats
path: root/py/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* py: add pyproject.toml to support PEP-517-compatible build-systemsJeremy Sowden2023-08-031-0/+3
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 <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>