From fb1fd91e47abb9b5d5de5d47bcdbff31d2da59ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 6 Feb 2020 18:00:58 +0100 Subject: [PATCH] misc: distribute combo.apps.kb templates (#39617) --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index a63f9cbe..60b6f57b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -21,6 +21,7 @@ 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/kb/templates *.html recursive-include combo/apps/lingo/templates *.html recursive-include combo/apps/maps/templates *.html recursive-include combo/apps/newsletters/templates *.html