From 046dd8826909ea9074a002c7a29eb95a7a556d28 Mon Sep 17 00:00:00 2001 From: Stephane Martin Date: Wed, 7 Sep 2016 11:03:19 +0200 Subject: [PATCH] add templates from modules to MANIFEST.in so that they get included in the distribution --- MANIFEST.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index a5cc0d6..4f9b1f1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,4 +4,7 @@ recursive-include realms/static/fonts * recursive-include realms/static/css * recursive-include realms/static/js * recursive-include realms/static/vendor * -recursive-include realms/templates * \ No newline at end of file +recursive-include realms/templates * +recursive-include realms/modules/auth/templates * +recursive-include realms/modules/search/templates * +recursive-include realms/modules/wiki/templates *