From 10faf2bb49b3bd686577435b736f91d74134a9ab Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 14 Mar 2017 23:48:18 -0400 Subject: [PATCH] Update MANIFEST to not include static files and to include test files. Signed-off-by: Roberto Rosario --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4767f09b9b..fb6fa7a6ea 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.md LICENSE HISTORY.rst -recursive-include mayan *.txt *.html *.css *.ico *.png *.jpg *.js *.po *.mo *.ttf *.woff *.woff2 *.gif *.eot *.svg LICENSE +include README.md LICENSE HISTORY.rst mayan/LICENSE +recursive-include mayan/apps *.txt *.html *.css *.ico *.png *.jpg *.js *.po *.mo *.ttf *.woff *.woff2 *.gif *.eot *.svg *.doc *.pdf *.tiff global-exclude mayan/settings/local.py mayan/settings/travis/* mayan/media/*