django-rest-framework/MANIFEST.in

9 lines
322 B
Plaintext
Raw Permalink Normal View History

include README.md
include LICENSE.md
2021-04-01 16:15:53 +03:00
recursive-include tests/ *
recursive-include rest_framework/static *.js *.css *.map *.png *.ico *.eot *.svg *.ttf *.woff *.woff2
recursive-include rest_framework/templates *.html schema.js
recursive-include rest_framework/locale *.mo
global-exclude __pycache__
global-exclude *.py[co]