X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=d6fd9e1657e5c2de4cc496d990a0b0b118848238;hb=70f4308757e799aeb96545f5e0a22c96dc8633c2;hp=483c82f4092b49efe3e691f13fcaa3e5f57a7db4;hpb=0280b7d4eca658f9faa9db7fbfbf067bebbae4fb;p=sfa.git diff --git a/setup.py b/setup.py index 483c82f4..d6fd9e16 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ bins = [ 'sfa/plc/sfa-import-plc.py', 'sfa/plc/sfa-nuke-plc.py', 'sfa/server/sfa-ca.py', - 'sfa/server/sfa-server.py', + 'sfa/server/sfa-start.py', 'sfa/server/sfa-clean-peer-records.py', 'sfa/server/sfa_component_setup.py', 'sfa/client/sfi.py', @@ -36,15 +36,19 @@ bins = [ package_dirs = [ 'sfa', - 'sfa/client', - 'sfa/methods', - 'sfa/plc', - 'sfa/server', 'sfa/trust', 'sfa/util', + 'sfa/client', + 'sfa/server', + 'sfa/methods', + 'sfa/generic', 'sfa/managers', + 'sfa/managers/vini', + 'sfa/plc', + 'sfa/senslab', 'sfa/rspecs', 'sfa/rspecs/elements', + 'sfa/rspecs/elements/versions', 'sfa/rspecs/versions', 'sfatables', 'sfatables/commands', @@ -57,6 +61,7 @@ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', 'config/registries.xml', 'config/default_config.xml', 'config/sfi_config', + 'config/topology', 'sfa/managers/pl/pl.rng', 'sfa/trust/credential.xsd', 'sfa/trust/top.xsd',