Merge branch 'master' of ssh://git.onelab.eu/git/myslice
[myslice.git] / setup.py
index 9bfc26e..157641a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ setup(packages = packages,
         ( 'static/js', glob ('static/js/*')),
         ( 'static/css', glob ('static/css/*')),
         ( 'static/img', glob ('static/img/*')),
+        ( 'static/fonts', glob ('static/fonts/*')),
         ( 'templates', glob ('templates/*')),
-        ( 'apache', [ 'apache/myslice.conf', 'apache/myslice.wsgi' ]),
+        ( 'apache', [ 'apache/myslice.conf' ]),
         ])