From d43eea79cb9be87424014fd37201319d4eadd9de Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Sun, 12 Dec 2021 10:45:51 +0100 Subject: [PATCH] add project root conftest.py to source distribution --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 530871b084..2004cb242c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include README.rst LICENSE.txt CHANGES.rst include requirements.txt -include build-docs.py lint-code.py run-tests.py try-examples.py update-help.py +include conftest.py build-docs.py lint-code.py run-tests.py try-examples.py update-help.py include tox.ini recursive-include tests *.py *.png recursive-include examples *.py *.ipynb