From e26add3240371402de4bdf3b1b895aab01747f18 Mon Sep 17 00:00:00 2001 From: Menno Finlay-Smits Date: Sat, 2 Dec 2023 08:35:50 +1300 Subject: [PATCH] Fix missing test files `tests/__init__.py` and `tests/imapclient_test.py` were missing from the source distribution. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 07b86325..e1d6d043 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include README.rst NEWS.rst HACKING.rst COPYING AUTHORS THANKS include livetest.py include ez_setup.py include interact.py +include tests/*.py recursive-include imapclient/examples * recursive-include doc *.txt *.rst *.py *.png *.css *.html