From 70174d8f31da08b28c672694fd44c532588ce57b Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 16 Sep 2018 09:06:36 +0200 Subject: [PATCH] MANIFEST.in: include tests for downstream distros Ref: https://github.com/pytest-dev/pytest-django/issues/290 --- MANIFEST.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f929fadc5..8430f1eb7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,13 +2,12 @@ include AUTHORS include README.rst include LICENSE -recursive-include test * +# Include tests for downstream testing (https://github.com/pytest-dev/pytest-django/issues/290). +recursive-include tests *.py *.txt +recursive-include pytest_django_test *.json *.py *.txt -recursive-exclude pytest_django_test * -recursive-exclude .tox * -recursive-exclude bin * -recursive-exclude src * recursive-exclude .git * +recursive-exclude .tox * recursive-exclude bin * recursive-exclude include * recursive-exclude lib *