From bf9653667a39e32973466a202fdf9edcf881075a Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 19 Jun 2018 23:46:53 +0200 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- py/nftables.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py/nftables.py') diff --git a/py/nftables.py b/py/nftables.py index e6e66fb7..d6135054 100644 --- a/py/nftables.py +++ b/py/nftables.py @@ -2,6 +2,8 @@ import json from ctypes import * import sys +NFTABLES_VERSION = "0.1" + class Nftables: """A class representing libnftables interface""" -- cgit v1.2.3