X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=61c087ef6cba9448e05c93d2f74cd4488b4b5d78;hb=aaf75e44bd9413d4c7d0ebdb587423e6e43f7f31;hp=f6fcdcda8203d35246a845f214f2dc744bb2a8f3;hpb=8e2d56a95af339b291a4a79c13009606e22120d0;p=sfa.git diff --git a/setup.py b/setup.py index f6fcdcda..61c087ef 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', @@ -30,23 +30,29 @@ bins = [ 'sfa/client/sfiAddAttribute.py', 'sfa/client/sfiDeleteAttribute.py', 'sfatables/sfatables', - 'keyconvert/keyconvert.py' + 'keyconvert/keyconvert.py', + 'flashpolicy/sfa_flashpolicy.py', ] package_dirs = [ 'sfa', - 'sfa/client', - 'sfa/methods', - 'sfa/plc', - 'sfa/server', 'sfa/trust', 'sfa/util', + 'sfa/client', + 'sfa/server', + 'sfa/methods', + 'sfa/generic', 'sfa/managers', + 'sfa/managers/vini', + 'sfa/plc', 'sfa/rspecs', - 'sfa/rspecs/aggregates', + 'sfa/rspecs/elements', + 'sfa/rspecs/elements/versions', + 'sfa/rspecs/versions', 'sfatables', 'sfatables/commands', 'sfatables/processors', + 'flashpolicy', ] @@ -57,8 +63,10 @@ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', 'sfa/managers/pl/pl.rng', 'sfa/trust/credential.xsd', 'sfa/trust/top.xsd', + 'sfa/trust/sig.xsd', 'sfa/trust/xml.xsd', 'sfa/trust/protogeni-rspec-common.xsd', + 'flashpolicy/sfa_flashpolicy_config.xml', ]), ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')),