From e2ec6047cbe3374f19c7246c9ca00f698396377e Mon Sep 17 00:00:00 2001 From: Tony Locke Date: Sat, 25 Jul 2020 12:01:47 +0100 Subject: [PATCH] Include all Python file in the test directory --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 78fbeba..3115404 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,5 @@ include README.adoc include versioneer.py include pg8000/_version.py include LICENSE +graft test +global-exclude *.py[cod]