From b27a8a573eaf3f6d305977a2f6c19450217815af Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Mon, 13 Nov 2023 16:32:55 +0100 Subject: [PATCH] Add pytest.ini to sdist --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 2e53e49..6cb05ae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,4 @@ recursive-exclude docs/_build * include dev-requirements.txt recursive-include tests * recursive-exclude tests *.pyc *.pyo +include pytest.ini