From 7e44e3bf427a3413ffe7b3c2bc380e4a50e7dba1 Mon Sep 17 00:00:00 2001 From: edvatar <88481784+toroleapinc@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:31:37 -0500 Subject: [PATCH] fix: include pytest.ini in sdist Add pytest.ini to MANIFEST.in so it is included in the sdist package. This makes it easier for downstream packagers to run the test suite from the sdist. Closes #1051 Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com> --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 5cd72988..dd4269ff 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include LICENSE include README.rst include tasks.py include pyproject.toml +include pytest.ini recursive-include invoke/completion * recursive-include sites * recursive-exclude sites/*/_build *