X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=a8740fca03b242e4ee7889a8285951fde923d189;hb=02a4a59a4a49183ec8c631cc03243b97f4602d50;hp=b18f13a1e5e0753d3cd63b1075dbde6a62f5ce86;hpb=c6884b76347be620a7b2aed427291a2e49b53850;p=sfa.git diff --git a/setup.py b/setup.py index b18f13a1..a8740fca 100755 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ packages = [ 'sfa/managers', 'sfa/importer', 'sfa/plc', + 'sfa/senslab', 'sfa/rspecs', 'sfa/rspecs/elements', 'sfa/rspecs/elements/versions', @@ -64,7 +65,7 @@ data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml', ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')), ('/etc/init.d/', [ "init.d/%s"%x for x in initscripts ]), ('/usr/share/sfa/', [ 'sfa/storage/sfa.sql' ] ), - ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) ), + ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) + [ 'cron.d/sfa.cron' ] ), ] # add sfatables processors as data_files