From e1e317edb8137be1e0850195e625607821bbf00e Mon Sep 17 00:00:00 2001 From: Minecrell Date: Sun, 5 Mar 2017 19:50:44 +0100 Subject: [PATCH] Include fontawesome-webfont.woff2 in pip package fontawesome-webfont.woff2 was added in f22bfd2, but it was never added to the white list for the pip package. Without the woff2 file, modern browsers are required to fall back to the older woff format which has a slightly larger file size. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index eaca81d8..1e6a2ebd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,3 +8,4 @@ recursive-include sphinx_rtd_theme *.js recursive-include sphinx_rtd_theme *.svg recursive-include sphinx_rtd_theme *.ttf recursive-include sphinx_rtd_theme *.woff +recursive-include sphinx_rtd_theme *.woff2