X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=a14972ca87903c8bb05114e55d2087287c01ea87;hb=d0444648eec00a63309e543dc73cc7b011062e3a;hp=858802b9dda34b862b567e6883a2e37488a09d36;hpb=c4e713b97658195775b8fd147b8ab9dceb785493;p=sfa.git diff --git a/setup.py b/setup.py index 858802b9..a14972ca 100755 --- a/setup.py +++ b/setup.py @@ -22,21 +22,23 @@ scripts = glob("sfa/clientbin/*.py") + \ packages = [ 'sfa', - 'sfa/openstack', 'sfa/trust', 'sfa/storage', 'sfa/util', - 'sfa/client', 'sfa/server', 'sfa/methods', 'sfa/generic', 'sfa/managers', 'sfa/importer', - 'sfa/planetlab', 'sfa/rspecs', 'sfa/rspecs/elements', 'sfa/rspecs/elements/versions', 'sfa/rspecs/versions', + 'sfa/client', + 'sfa/clientbin', + 'sfa/planetlab', + 'sfa/openstack', + 'sfa/federica', 'sfatables', 'sfatables/commands', 'sfatables/processors',