Simplify MANIFEST.in

MANIFEST.in:
Use 'graft' to include all resources relevant for the application and
all tests more generically.
Specifically include README.md and LICENSE.md.

Follow-up to #7141 which only included tests partially.
This commit is contained in:
David Runge 2021-03-27 11:31:59 +01:00
parent 0323d6f895
commit 5d93f97923
No known key found for this signature in database
GPG Key ID: 54C28F4FF5A1A949

View File

@ -1,8 +1,3 @@
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__
graft rest_framework
include README.md LICENSE.md
global-exclude *.py[co]