From 73bebbba64ddd287b7eb7c27047abe889b69f67e Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 7 Nov 2014 12:53:01 +0000 Subject: Add font files --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d407865f..d202c86e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include rest_framework/static *.js *.css *.png +recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff recursive-include rest_framework/templates *.html recursive-exclude * __pycache__ recursive-exclude * *.py[co] -- cgit v1.2.3