From 34096ef58dba5ceb825d7428db7d96f4bb0c2a51 Mon Sep 17 00:00:00 2001 From: Malthe Borch Date: Thu, 26 Mar 2020 07:46:32 +0100 Subject: [PATCH] Shrink source distribution (removing tests, documentation, etc) --- MANIFEST.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f8668de2..900ce035 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ -recursive-include src/chameleon/tests/inputs * -recursive-include src/chameleon/tests/outputs * +global-exclude tests/*.py +recursive-exclude src/chameleon/tests +exclude MANIFEST.in +exclude *.rst include LICENSE.txt