MANIFEST.in: Adding tests to sdist tarball.

This commit is contained in:
David Runge 2020-01-15 15:00:21 +01:00
parent 5f3f2ef106
commit fd9d113548
No known key found for this signature in database
GPG Key ID: 54C28F4FF5A1A949

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