django-rest-framework/MANIFEST.in

7 lines
230 B
Plaintext
Raw Normal View History

include README.md
include LICENSE.md
2014-11-07 15:53:01 +03:00
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]