Add admin svg to setup.py
authorSimo Sorce <simo@redhat.com>
Wed, 12 Nov 2014 03:55:01 +0000 (22:55 -0500)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Wed, 12 Nov 2014 22:48:08 +0000 (23:48 +0100)
Otherwise it will be missing from oficial distribution files.

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
setup.py

index bb6f736..088982c 100755 (executable)
--- 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')),