From fa2083c19458a5b1345495a50daec645e3432c6f Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 14 Apr 2016 14:49:08 -0400 Subject: [PATCH] Include .woff2 font files in build. Fixes #894. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index a0a5a2bc..213af9bd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.md include LICENSE.md -recursive-include mkdocs *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.xml *.mustache +recursive-include mkdocs *.ico *.js *.css *.png *.html *.eot *.svg *.ttf *.woff *.woff2 *.xml *.mustache recursive-exclude * __pycache__ recursive-exclude * *.py[co]