Skip to content

Commit 70174d8

Browse files
committed
MANIFEST.in: include tests for downstream distros
Ref: #290
1 parent 9804e61 commit 70174d8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

MANIFEST.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ include AUTHORS
22
include README.rst
33
include LICENSE
44

5-
recursive-include test *
5+
# Include tests for downstream testing (https://github.com/pytest-dev/pytest-django/issues/290).
6+
recursive-include tests *.py *.txt
7+
recursive-include pytest_django_test *.json *.py *.txt
68

7-
recursive-exclude pytest_django_test *
8-
recursive-exclude .tox *
9-
recursive-exclude bin *
10-
recursive-exclude src *
119
recursive-exclude .git *
10+
recursive-exclude .tox *
1211
recursive-exclude bin *
1312
recursive-exclude include *
1413
recursive-exclude lib *

0 commit comments

Comments
 (0)