X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=a14972ca87903c8bb05114e55d2087287c01ea87;hb=d0444648eec00a63309e543dc73cc7b011062e3a;hp=5512d9987fc59dee058fdb5a9b82bd8f97381900;hpb=3b0ea566d73c9a2b556cf25a94f84ceb6c13733e;p=sfa.git diff --git a/setup.py b/setup.py index 5512d998..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/plc', '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',