X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=2affbc7fe171c082dc425197ca9751ded9bcc2e7;hb=4bb9f60eb04e6e7f63f22e1e384c6a306bae05bc;hp=858802b9dda34b862b567e6883a2e37488a09d36;hpb=0f90da7f05fbe3d07e56790c10f6ecc877b33754;p=sfa.git diff --git a/setup.py b/setup.py index 858802b9..2affbc7f 100755 --- a/setup.py +++ b/setup.py @@ -22,21 +22,22 @@ 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/planetlab', + 'sfa/openstack', + 'sfa/federica', 'sfatables', 'sfatables/commands', 'sfatables/processors',