Add schema.js template to MANIFEST

This commit is contained in:
Ryan P Kilby 2017-11-24 21:34:06 -05:00
parent c5b0d34c48
commit 5efd7aa24e

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/templates *.html
recursive-include rest_framework/templates *.html schema.js
global-exclude __pycache__
global-exclude *.py[co]