debian packaging was missing fonts
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 7 Oct 2013 07:45:08 +0000 (09:45 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 7 Oct 2013 07:45:08 +0000 (09:45 +0200)
setup.py

index 9bfc26e..98d1368 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' ]),
         ])