X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=blobdiff_plain;f=setup.py;h=2d8604051c3766f0810c133c3a31d3b25930ffe5;hp=db3f6b4a695a4755b479e13b5d599dde7cd86034;hb=HEAD;hpb=21ece5d3a898480d738e78f506335c561b572a03 diff --git a/setup.py b/setup.py index db3f6b4..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 # @@ -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 =[ - ], )