Include woff2 static files

This commit is contained in:
Ryan Hiebert 2017-12-20 18:39:07 -06:00
parent a81e60ff39
commit 1c97682de1

View File

@ -1,6 +1,6 @@
include README.md include README.md
include LICENSE.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 recursive-include rest_framework/templates *.html schema.js
global-exclude __pycache__ global-exclude __pycache__
global-exclude *.py[co] global-exclude *.py[co]