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