django-rest-framework/MANIFEST.in
Ryan P Kilby abef84fb60 Fix packaging (#5624)
* Packaging should use manifest

* Add schema.js template to MANIFEST
2017-11-27 11:28:25 +01:00

7 lines
230 B
Plaintext

include README.md
include LICENSE.md
recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff
recursive-include rest_framework/templates *.html schema.js
global-exclude __pycache__
global-exclude *.py[co]