From 73f215928bbd23306ec8e768ecb88dfa0f1acf88 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 10 Jun 2018 15:28:21 +0200 Subject: [PATCH] Try to fix Travis build --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 7da058db1..519871ee3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ recursive-include material *.js *.css *.html *.svg *.png *.yml +recursive-include material *.ttf *.woff *.woff2 recursive-exclude site * recursive-exclude src * recursive-exclude * __pycache__