Merge branch 'master' into senslab2
[sfa.git] / setup.py
index b18f13a..a8740fc 100755 (executable)
--- 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