From aa1a58099d6e0b831b306d0fe92937470870efeb Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 11 Nov 2014 22:55:01 -0500 Subject: Add admin svg to setup.py Otherwise it will be missing from oficial distribution files. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bb6f736..088982c 100755 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ setup( (DATA+'ui/saml2sp', glob('ui/saml2sp/*.html')), (DATA+'templates', glob('templates/*.html')), (DATA+'templates/admin', glob('templates/admin/*.html')), + (DATA+'templates/admin', glob('templates/admin/*.svg')), (DATA+'templates/login', glob('templates/login/*.html')), (DATA+'templates/saml2', glob('templates/saml2/*.html')), (DATA+'templates/openid', glob('templates/openid/*.html')), -- cgit