Include woff2 in packaging. Closes #5692

This commit is contained in:
Tom Christie 2017-12-21 10:03:03 +00:00
parent 37cfe90338
commit df469260e1

View File

@ -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
recursice-include rest_framework/locale *.mo
global-exclude __pycache__