django-rest-framework/MANIFEST.in
Tom Christie f05b6751f8
Update MANIFEST.in
Follow-up to #7141 

Tweak to include tests at the root of the directory.
2021-04-01 13:08:07 +01:00

9 lines
316 B
Plaintext

include README.md
include LICENSE.md
recursive-include tests/ *
recursive-include rest_framework/static *.js *.css *.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]