From f3a849c0311cedc01d6676905cab90060a78519a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 13 May 2019 13:18:25 -0400 Subject: [PATCH] Add platform template files to the MANIFEST Signed-off-by: Roberto Rosario --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0faf7df452..e3cf95d6d6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.md LICENSE HISTORY.rst mayan/LICENSE -recursive-include mayan/apps *.txt *.html *.css *.ico *.png *.jpg *.js *.mo *.ttf *.woff *.woff2 *.gif *.eot *.svg *.doc *.pdf *.tiff *.sig *.asc *.gpg *.zip *.tar *.gz *.bz2 +recursive-include mayan/apps *.txt *.html *.css *.ico *.png *.jpg *.js *.mo *.ttf *.woff *.woff2 *.gif *.eot *.svg *.doc *.pdf *.tiff *.sig *.asc *.gpg *.zip *.tar *.gz *.bz2 *.tmpl global-exclude mayan/settings/local.py *.po prune mayan/apps/*/static/*/node_modules/* prune mayan/settings/travis/*