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