X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=466c2b15c92545631ab79c39af9ab4a27a32a181;hb=643d1341e12c27bff66bb760194bd7d72622aae3;hp=097c5f2ec5d09dca4d6a0e12efbc8916e96c7947;hpb=2f6d47b36f7f01810b3c1683c2e351c601f8aed3;p=nodemanager.git diff --git a/setup.py b/setup.py index 097c5f2..466c2b1 100644 --- a/setup.py +++ b/setup.py @@ -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,9 +55,4 @@ setup( # this plugin uses vserver for now 'plugins.drl', ], - scripts = [ - 'forward_api_calls', - ], - packages =[ - ], )