From 29aaa8d4526d31a8b9cae94536fda9c051b4d0a4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 7 Sep 2018 19:17:02 -0400 Subject: [PATCH] Include the test file in the manifes. Signed-off-by: Roberto Rosario --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 38fa56d556..bffd2fcfd4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ 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 *.sig *.asc *.gpg *.zip package.json +recursive-include mayan/apps *.txt *.html *.css *.ico *.png *.jpg *.js *.po *.mo *.ttf *.woff *.woff2 *.gif *.eot *.svg *.doc *.pdf *.tiff *.sig *.asc *.gpg *.zip *.tar *.gz *.bz2 package.json global-exclude mayan/settings/local.py mayan/settings/travis/* mayan/media/*