From ac2a08b90b76eed3390a33601fd052677145d81f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 24 Sep 2015 17:55:34 -0400 Subject: [PATCH] Make sure LICENSE is copied during install. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7b301a7acd..4c59f9ed98 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include README.rst LICENSE HISTORY.rst -recursive-include mayan *.txt *.html *.css *.ico *.png *.jpg *.js *.po *.mo *.ttf *.woff *.woff2 +recursive-include mayan *.txt *.html *.css *.ico *.png *.jpg *.js *.po *.mo *.ttf *.woff *.woff2 LICENSE global-exclude mayan/settings/local.py mayan/settings/travis/* mayan/media/*