django-rest-framework/MANIFEST.in
2015-05-05 14:48:30 +02: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
recursive-exclude * __pycache__
recursive-exclude * *.py[co]