Saml2 initial admin page
[cascardo/ipsilon.git] / setup.py
index ecda06a..7dd021d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,8 @@ setup(
                   (DATA+'templates/login', glob('templates/login/*.html')),
                   (DATA+'templates/saml2', glob('templates/saml2/*.html')),
                   (DATA+'templates/install', glob('templates/install/*.conf')),
+                  (DATA+'templates/admin/providers',
+                   glob('templates/admin/providers/*.html')),
                  ]
 )