We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9804e61 commit 70174d8Copy full SHA for 70174d8
MANIFEST.in
@@ -2,13 +2,12 @@ include AUTHORS
2
include README.rst
3
include LICENSE
4
5
-recursive-include test *
+# 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
8
-recursive-exclude pytest_django_test *
-recursive-exclude .tox *
9
-recursive-exclude bin *
10
-recursive-exclude src *
11
recursive-exclude .git *
+recursive-exclude .tox *
12
recursive-exclude bin *
13
recursive-exclude include *
14
recursive-exclude lib *
0 commit comments