]> git.ipfire.org Git - thirdparty/nftables.git/commit
python: installation of binding via make install
authorEric Leblond <eric@regit.org>
Tue, 19 Jun 2018 21:46:53 +0000 (23:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 20 Jun 2018 11:51:41 +0000 (13:51 +0200)
commitbf9653667a39e32973466a202fdf9edcf881075a
treec8723359c0128230b8ced5fcdb7bbb8a2aa6f645
parentcafd5168ba1e234e8ed446bb0eeaf7eb253a66c2
python: installation of binding via make install

setup.py is used to build and install the python binding. Call
to setup.py are done in Makefile to proceed to build and
installation.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Makefile.am
configure.ac
py/.gitignore
py/Makefile.am [new file with mode: 0644]
py/__init__.py [new file with mode: 0644]
py/nftables.py
py/setup.py [new file with mode: 0755]