mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 08:59:54 +03:00
MANIFEST.in: Adding tests to sdist tarball.
This commit is contained in:
parent
5f3f2ef106
commit
fd9d113548
|
@ -1,5 +1,6 @@
|
||||||
include README.md
|
include README.md
|
||||||
include LICENSE.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/static *.js *.css *.png *.ico *.eot *.svg *.ttf *.woff *.woff2
|
||||||
recursive-include rest_framework/templates *.html schema.js
|
recursive-include rest_framework/templates *.html schema.js
|
||||||
recursive-include rest_framework/locale *.mo
|
recursive-include rest_framework/locale *.mo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user