aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-07 12:53:01 +0000
committerTom Christie2014-11-07 12:53:01 +0000
commit73bebbba64ddd287b7eb7c27047abe889b69f67e (patch)
tree8bf98d7d76416e854887c6a926c23d5137a90d8f
parentbb21216a7c7f3435ece44462beb24275bb44551a (diff)
downloaddjango-rest-framework-73bebbba64ddd287b7eb7c27047abe889b69f67e.tar.bz2
Add font files
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
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]