django-rest-framework/MANIFEST.in
2017-12-21 10:17:59 +00:00

8 lines
289 B
Plaintext

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