From ce5649297b68294e0c9a7bf2043cf64404d4ee92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 5 May 2023 07:14:54 +0200 Subject: [PATCH] Fix including tests in sdist Update the rules in `MANIFEST.in` to include the current `tests` directory in sdist archives. --- MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a186520..fb645d0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,6 @@ include README.md include src/*.[ch] include vendor/hiredis/COPYING include vendor/hiredis/*.[ch] -include test.py -graft test +graft tests global-exclude __pycache__ global-exclude *.py[co]