X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=49c6a9338486d189af86dbc573e59f3d065621fe;hb=db88e8be755e4a4c17fcd65eec98ca420eff91a4;hp=87a45297d2d9ddfb949009cf7665f632c6eb6d44;hpb=3c9b4d0e434d536c471d225e01723a61af544cb1;p=sfa.git diff --git a/setup.py b/setup.py index 87a45297..49c6a933 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ bins = [ 'sfa/client/sfiAddAttribute.py', 'sfa/client/sfiDeleteAttribute.py', 'sfatables/sfatables', - 'keyconvert/keyconvert.py' + 'keyconvert/keyconvert.py', 'flashpolicy/sfa_flashpolicy.py', ] @@ -43,8 +43,10 @@ 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', @@ -62,7 +64,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')),