X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=921139c10708f93a3906ccdb91b9b6194021e0c7;hb=127d555313490f52d4c8d40357fb21bfd07d5c88;hp=ffa138e8ff31761c2f20847b956f2e1e2bd1ccfb;hpb=78b62862264ad754d19a8f2cb38b1fd195ea7230;p=sfa.git diff --git a/setup.py b/setup.py index ffa138e8..921139c1 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 = [ @@ -38,15 +39,19 @@ 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', + 'flashpolicy', ] @@ -60,6 +65,7 @@ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', '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')),