More details in error message. NT.
[sfa.git] / setup.py
index ffa138e..921139c 100755 (executable)
--- 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')),