X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=96cb8cb1880186c9f5ccf382273481e3a4a8aa84;hb=cedf37c8661ec0b05349274962bf2db9cfa6a24d;hp=358b15e8008edda4ca0a0a6c891fb3458bc3a987;hpb=759321e13f13d3851a902470ad462b39863fa20d;p=sfa.git diff --git a/setup.py b/setup.py index 358b15e8..96cb8cb1 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from glob import glob import shutil from distutils.core import setup -scripts = glob("sfa/clientbin/*.py") + \ +scripts = glob("clientbin/*.py") + \ [ 'config/sfa-config-tty', 'config/gen-sfa-cm-config.py', @@ -22,22 +22,31 @@ 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/senslab', + + + + + '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',