MANIFEST.in: Adding tests to sdist tarball. (#7145)

This commit is contained in:
David Runge 2020-01-15 21:18:25 +01:00 committed by Tom Christie
parent 62193e0378
commit 7bd730124c

View File

@ -1,5 +1,6 @@
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