From c4257a07a1fe07d14852e04349dfce4275adbb84 Mon Sep 17 00:00:00 2001 From: Kurt Mosiejczuk Date: Thu, 26 Dec 2019 23:58:45 -0500 Subject: [PATCH] Modify MANIFEST.in to include full test bundle This will include the full test bundle on PyPI. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 6b8ac9f..6f2aedc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,5 @@ include README.rst include decode.py # License include LICENSE +# Include full test suite +recursive-include test/ *