From 1c97682de1c8f9ef9322831a06f687923ba996fb Mon Sep 17 00:00:00 2001 From: Ryan Hiebert Date: Wed, 20 Dec 2017 18:39:07 -0600 Subject: [PATCH] Include woff2 static files --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 48ec57edf..eef70f285 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include README.md include LICENSE.md -recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff +recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff *.woff2 recursive-include rest_framework/templates *.html schema.js global-exclude __pycache__ global-exclude *.py[co]