add shebang to conf_files so that bootmanager can call it directly
[nodemanager.git] / setup.py
index db3f6b4..466c2b1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,8 @@ setup(
         'plugins.syndicate',
         'plugins.vsys',
         'plugins.vsys_privs',
+        'plugins.ipv6',
+        'plugins.update_ipv6addr_slivertag',
 # lxc
         'sliver_libvirt',
         'sliver_lxc',
@@ -53,9 +55,4 @@ setup(
         # this plugin uses vserver for now
         'plugins.drl',
         ],
-    scripts = [
-        'forward_api_calls',
-        ],
-    packages =[
-        ],
     )