X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=96cb8cb1880186c9f5ccf382273481e3a4a8aa84;hb=1db1a879ffde8991aa95dd80142d555551655e88;hp=5512d9987fc59dee058fdb5a9b82bd8f97381900;hpb=c900832bcc4f4dddceeac1978d56e5f10e0e2bb5;p=sfa.git diff --git a/setup.py b/setup.py index 5512d998..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,21 +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',