forward_api_calls is a binary and should not get packaged by setup.py, use make instead
[nodemanager.git] / setup.py
index db3f6b4..79debc0 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,6 @@ setup(
         # this plugin uses vserver for now
         'plugins.drl',
         ],
-    scripts = [
-        'forward_api_calls',
-        ],
     packages =[
         ],
     )