summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2023-07-18 14:01:19 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2023-07-31 09:06:22 +0200
commitb3def33efecb2f7be39fc9aefc9546907202056c (patch)
tree0c9df00a5e786507b558ce6a271928a0d83b3fee /INSTALL
parent52c200b490d806da47d1f30448470e202e97f635 (diff)
py: remove setup.py integration with autotools
With Python distutils and setuptools going deprecated, remove integration with autotools. This integration is causing issues in modern environments. Note that setup.py is still left in place under the py/ folder. Update INSTALL file to refer to Python support and setup.py. Acked-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 9a597057..9b626745 100644
--- a/INSTALL
+++ b/INSTALL
@@ -81,6 +81,13 @@ Installation instructions for nftables
Run "make" to compile nftables, "make install" to install it in the
configured paths.
+ Python support
+ ==============
+
+ CPython bindings are available for nftables under the py/ folder.
+
+ setup.py is provided to install it.
+
Source code
===========