reguire gnupg1 on f>=31; sense the system to use gpg1 when installed
[nodemanager.git] / setup.py
index 79debc0..2d86040 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Setup script for the Node Manager application
 #
@@ -42,7 +42,7 @@ setup(
         'plugins.vsys',
         'plugins.vsys_privs',
         'plugins.ipv6',
-        'plugins.update_ipv6addr_slivertag', 
+        'plugins.update_ipv6addr_slivertag',
 # lxc
         'sliver_libvirt',
         'sliver_lxc',
@@ -55,6 +55,4 @@ setup(
         # this plugin uses vserver for now
         'plugins.drl',
         ],
-    packages =[
-        ],
     )