X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=eafced434bf8bd49f73abf7361be7fa8ae9813bc;hb=d4fdf5099eff793459ad956b6a40ff85003cecc0;hp=9899685702805d5434e6d37491463a47d2e0895c;hpb=911c7c68c5acbf4fc606013f0d154793b3d3fde1;p=sfa.git diff --git a/setup.py b/setup.py index 98996857..eafced43 100755 --- a/setup.py +++ b/setup.py @@ -13,11 +13,7 @@ scripts = glob("sfa/clientbin/*.py") + \ [ 'config/sfa-config-tty', 'config/gen-sfa-cm-config.py', - 'sfa/importer/sfa-import-plc.py', - 'sfa/importer/sfa-nuke-plc.py', - 'sfa/server/sfa-ca.py', 'sfa/server/sfa-start.py', - 'sfa/server/sfa-clean-peer-records.py', 'sfa/server/sfa_component_setup.py', 'sfatables/sfatables', 'keyconvert/keyconvert.py', @@ -36,7 +32,12 @@ packages = [ 'sfa/generic', 'sfa/managers', 'sfa/importer', - 'sfa/plc', + + + 'sfa/senslab', + + 'sfa/planetlab', + 'sfa/rspecs', 'sfa/rspecs/elements', 'sfa/rspecs/elements/versions', @@ -64,7 +65,7 @@ data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml', ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')), ('/etc/init.d/', [ "init.d/%s"%x for x in initscripts ]), - ('/usr/share/sfa/migrations', glob('sfa/storage/migrations/*') ), + ('/usr/share/sfa/migrations', glob('sfa/storage/migrations/*.*') ), ('/usr/share/sfa/migrations/versions', glob('sfa/storage/migrations/versions/*') ), ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) + [ 'cron.d/sfa.cron' ] ), ]