From 5d93f97923904adc4ccca2be06d8724660c94a21 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 27 Mar 2021 11:31:59 +0100 Subject: [PATCH] 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. --- MANIFEST.in | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 262e3dc91..4eb1ec3a5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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]