X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=b10be90b6582b90e7f592eacc46cb6ebe61ac019;hb=1e95f8a388325499564df5f8eb6eb1fd10ca2d42;hp=46a8fe4ea0198cb2de7b7f9f5810bece1a18409d;hpb=aebee2c7c021c7740eb2bf6b5e7ead1d71707b43;p=sfa.git diff --git a/setup.py b/setup.py index 46a8fe4e..b10be90b 100755 --- a/setup.py +++ b/setup.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')),