From 82e87df58c6e301b70838c01267234413cc0f7d5 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 14 Nov 2023 22:11:14 +0100 Subject: [PATCH] Add pytest.ini and tox.ini to sdist (#487) --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index dd15c3a..4c2fefc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,5 @@ include *.md include COPYING include voluptuous/tests/*.py include voluptuous/tests/*.md +include pytest.ini +include tox.ini