diff --git a/MANIFEST.in b/MANIFEST.in index 2479c5e4..1815bb05 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,7 @@ recursive-include combo/apps/usersearch/static *.css *.js *.ico *.gif *.png *.jp recursive-include combo/apps/lingo/static *.css *.js *.ico *.gif *.png *.jpg recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg recursive-include combo/apps/dashboard/static *.js +recursive-include combo/apps/gallery/static *.js recursive-include combo/apps/maps/static *.css *.scss *.js recursive-include combo/apps/pwa/static *.css *.scss *.js *.svg recursive-include combo/manager/static *.css *.js *.ico *.gif *.png *.jpg @@ -21,6 +22,7 @@ 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 +recursive-include combo/apps/gallery/templates *.html recursive-include combo/apps/lingo/templates *.html recursive-include combo/apps/maps/templates *.html recursive-include combo/apps/momo/templates *.html