MANIFEST.in 416 B

123456789101112131415
  1. include AUTHORS
  2. include README.rst
  3. include LICENSE
  4. # Include tests for downstream testing (https://github.com/pytest-dev/pytest-django/issues/290).
  5. recursive-include tests *.py *.txt
  6. recursive-include pytest_django_test *.json *.py *.txt
  7. recursive-exclude .git *
  8. recursive-exclude .tox *
  9. recursive-exclude bin *
  10. recursive-exclude include *
  11. recursive-exclude lib *
  12. recursive-exclude share *
  13. recursive-exclude src *