From b8a834fcd59c11884a799b505bd565b62004ffbc Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 14 Aug 2018 11:46:32 +0200 Subject: Include the whole test subdirectory in source distributions --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 17d6d45..c51c658 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,5 @@ include *.py include LICENSE +graft tests +global-exclude __pycache__ +global-exclude *.py[co] -- cgit v1.2.1