diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 8430f1eb..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1,15 +0,0 @@ -include AUTHORS -include README.rst -include LICENSE - -# 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 .git * -recursive-exclude .tox * -recursive-exclude bin * -recursive-exclude include * -recursive-exclude lib * -recursive-exclude share * -recursive-exclude src *