From e169f3bf3420ebc887185c36133e607c7c8e3d5b Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Wed, 6 Apr 2016 19:30:49 +0200 Subject: [PATCH] build: add missing usersearch statics and templates in MANIFEST.in --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8b2a840f..b309c1cb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,12 +2,14 @@ recursive-include combo/locale *.po *.mo # static +recursive-include combo/apps/usersearch/static *.css *.js *.ico *.gif *.png *.jpg recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg recursive-include combo/manager/static *.css *.js *.ico *.gif *.png *.jpg recursive-include combo/public/static *.css *.js *.ico *.gif *.png *.jpg recursive-include data/themes *.css *.js *.gif *.png *.jpg *.jpeg *.html # templates +recursive-include combo/apps/usersearch/templates *.html recursive-include combo/apps/dataviz/templates *.html recursive-include combo/apps/family/templates *.html recursive-include combo/apps/fargo/templates *.html