X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=2800555459c2a9603a7bcd0a5ead96bb27928c60;hb=cc799d820c7107c55137ee31dc0208c3c579634d;hp=46a8fe4ea0198cb2de7b7f9f5810bece1a18409d;hpb=8dbea1eaa544ad0ae1f4c2c3b4cf5e639fa401ba;p=sfa.git diff --git a/setup.py b/setup.py index 46a8fe4e..28005554 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ package_dirs = [ 'sfa/util', 'sfa/managers', 'sfa/rspecs', - 'sfa/rspecs/aggregates', 'sfatables', 'sfatables/commands', 'sfatables/processors', @@ -62,7 +61,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')),