From f8a40143f696da41f81cae87e1c7f9a345cd4003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 31 Dec 2025 08:22:59 +0100 Subject: [PATCH] Add `conftest.py` to source distribution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #105 Signed-off-by: Michał Górny --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d1c2697..501268e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include CHANGES.rst LICENSE +include CHANGES.rst LICENSE tests/conftest.py