Add admin svg to setup.py
[cascardo/ipsilon.git] / 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')),