From 160d8f94a97447746ad342d90ee9e03446af73bf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 20 May 2018 07:49:01 -0400 Subject: [PATCH] Add package.json files to the Python 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 4d82143547..38fa56d556 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 +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 global-exclude mayan/settings/local.py mayan/settings/travis/* mayan/media/*