From 92761fd1284fc3716592b857f1b6451f8028a1b2 Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Thu, 31 May 2018 15:09:27 -0700 Subject: [PATCH] Include tests in source distribution --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index cc692b3b7af..dc06524ba0a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,5 @@ include LICENSE include README include FAQ include setpath.sh +recursive-include tests * +global-exclude *.pyc __pycache__