X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=3ccb93fcbe1d82aa30ad49fc00e48782892224b0;hb=cccd9d9a58421493631320ee2251e8de3d3f2109;hp=f6fcdcda8203d35246a845f214f2dc744bb2a8f3;hpb=8e2d56a95af339b291a4a79c13009606e22120d0;p=sfa.git diff --git a/setup.py b/setup.py index f6fcdcda..3ccb93fc 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ bins = [ 'sfa/client/sfiAddAttribute.py', 'sfa/client/sfiDeleteAttribute.py', 'sfatables/sfatables', - 'keyconvert/keyconvert.py' + 'keyconvert/keyconvert.py', + 'flashpolicy/sfa_flashpolicy.py', ] package_dirs = [ @@ -47,6 +48,7 @@ package_dirs = [ 'sfatables', 'sfatables/commands', 'sfatables/processors', + 'flashpolicy', ] @@ -57,8 +59,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')),