X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=921139c10708f93a3906ccdb91b9b6194021e0c7;hb=127d555313490f52d4c8d40357fb21bfd07d5c88;hp=46a8fe4ea0198cb2de7b7f9f5810bece1a18409d;hpb=aebee2c7c021c7740eb2bf6b5e7ead1d71707b43;p=sfa.git diff --git a/setup.py b/setup.py index 46a8fe4e..921139c1 100755 --- a/setup.py +++ b/setup.py @@ -39,12 +39,15 @@ package_dirs = [ 'sfa/client', 'sfa/methods', 'sfa/plc', + 'sfa/senslab', 'sfa/server', '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 +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')),