Skip to content

Commit

Permalink
MANIFEST.in: include tests for downstream distros (#653)
Browse files Browse the repository at this point in the history
Ref: #290

Acked-by: Philippe Ombredanne [email protected]
  • Loading branch information
blueyed authored Oct 30, 2018
1 parent 39d3e5c commit 7ebe329
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit 7ebe329

Please sign in to comment.