From 739b922c2a4ffaeb500061a62869424c3bc10ed7 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Thu, 20 Jan 2022 09:22:20 +0000 Subject: [PATCH] Include tests in the source distribution --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..529b27c --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +# Include tests in the source distribution +recursive-include tests *.py