X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=019f53598396b7871914d6f49cfecf82d80c45a3;hb=3961165f3cbf33b0b154db3140398e0ed383acbd;hp=46a8fe4ea0198cb2de7b7f9f5810bece1a18409d;hpb=8dbea1eaa544ad0ae1f4c2c3b4cf5e639fa401ba;p=sfa.git diff --git a/setup.py b/setup.py index 46a8fe4e..019f5359 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ bins = [ 'sfa/plc/sfa-import-plc.py', 'sfa/plc/sfa-nuke-plc.py', 'sfa/server/sfa-ca.py', - 'sfa/server/sfa-server.py', + 'sfa/server/sfa-start.py', 'sfa/server/sfa-clean-peer-records.py', 'sfa/server/sfa_component_setup.py', 'sfa/client/sfi.py', @@ -43,8 +43,11 @@ package_dirs = [ 'sfa/trust', 'sfa/util', 'sfa/managers', + 'sfa/managers/vini', 'sfa/rspecs', - 'sfa/rspecs/aggregates', + 'sfa/rspecs/elements', + 'sfa/rspecs/elements/versions', + 'sfa/rspecs/versions', 'sfatables', 'sfatables/commands', 'sfatables/processors', @@ -62,7 +65,7 @@ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', 'sfa/trust/sig.xsd', 'sfa/trust/xml.xsd', 'sfa/trust/protogeni-rspec-common.xsd', - 'flash_policy/flashpolicy_config.xml', + 'flashpolicy/sfa_flashpolicy_config.xml', ]), ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')),