X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=49c6a9338486d189af86dbc573e59f3d065621fe;hb=db88e8be755e4a4c17fcd65eec98ca420eff91a4;hp=f6fcdcda8203d35246a845f214f2dc744bb2a8f3;hpb=8e2d56a95af339b291a4a79c13009606e22120d0;p=sfa.git diff --git a/setup.py b/setup.py index f6fcdcda..49c6a933 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 = [ @@ -42,11 +43,14 @@ package_dirs = [ 'sfa/trust', 'sfa/util', 'sfa/managers', + 'sfa/managers/vini', 'sfa/rspecs', - 'sfa/rspecs/aggregates', + 'sfa/rspecs/elements', + 'sfa/rspecs/versions', 'sfatables', 'sfatables/commands', 'sfatables/processors', + 'flashpolicy', ] @@ -57,8 +61,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')),