From 30bd49d61734914ebbba4d5c9867fdf37db6de6f Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 31 Jan 2016 15:03:27 +0000 Subject: [PATCH] Full grafts of Tests and PIL, Scripts, excluding build artifacts --- MANIFEST.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 92539eb9a..5476d49df 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,10 +9,9 @@ include *.sh include *.txt include LICENSE include Makefile -recursive-include Tests *.py -graft Tests/fonts -graft Tests/images -graft Tests/icc +graft Scripts +graft Tests +graft PIL graft Tk graft libImaging graft depends @@ -23,4 +22,6 @@ prune docs/_static # build/src control detritus exclude build_children.sh global-exclude .git* +global-exclude *.pyc +global-exclude *.so