diff --git a/MANIFEST.in b/MANIFEST.in index a9215a76..880c6ff5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ # locales recursive-include combo/locale *.po *.mo +recursive-include combo/apps/lingo/locale *.po *.mo # static recursive-include combo/apps/dataviz/static *.css *.js *.ico *.gif *.png *.jpg @@ -10,6 +11,7 @@ recursive-include data/themes *.css *.js *.gif *.png *.jpg *.jpeg *.html # templates recursive-include combo/apps/dataviz/templates *.html recursive-include combo/apps/momo/templates *.html +recursive-include combo/apps/lingo/templates *.html recursive-include combo/apps/wcs/templates *.html recursive-include combo/apps/family/templates *.html recursive-include combo/manager/templates *.html