Include .woff2 font files in build.

Fixes #894.
This commit is contained in:
Waylan Limberg
2016-04-14 14:49:08 -04:00
parent be6f796a53
commit fa2083c194

View File

@@ -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]