X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=c1e845324a5367815f648447a07989010960fa0a;hb=862dfa7f7b8cce8c17e80c42aedd8d500ea86cb6;hp=f48cbaf41a4b6933a7485fafbd04507f833c1f5b;hpb=014b40918ce109bfb1ec9b47ea96baf74ad23dcc;p=sfa.git diff --git a/setup.py b/setup.py index f48cbaf4..c1e84532 100755 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ scripts = glob("sfa/clientbin/*.py") + \ packages = [ 'sfa', + 'sfa/openstack', 'sfa/trust', 'sfa/storage', 'sfa/util', @@ -63,7 +64,8 @@ data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml', ('/etc/sfatables/matches/', glob('sfatables/matches/*.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/migrations', glob('sfa/storage/migrations/*.*') ), + ('/usr/share/sfa/migrations/versions', glob('sfa/storage/migrations/versions/*') ), ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) + [ 'cron.d/sfa.cron' ] ), ]