From 3f63376dae1288c7749f4223c25cb267a1e6b17d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 24 Sep 2015 02:36:30 -0400 Subject: [PATCH] Include .woff and .woff2 files. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index a95d60f87c..7b301a7acd 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 +recursive-include mayan *.txt *.html *.css *.ico *.png *.jpg *.js *.po *.mo *.ttf *.woff *.woff2 global-exclude mayan/settings/local.py mayan/settings/travis/* mayan/media/*