From 9393b935389e71f3a55f90f766c05ce6186c6e67 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 17 Feb 2016 11:24:45 +0000 Subject: [PATCH] Improvements to MANIFEST.IN Reduces size of wheel files to 5.7MB from 9.3MB --- MANIFEST.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0af4b030ec..ddd18ce9c8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include LICENSE *.rst *.txt -recursive-include wagtail * -recursive-exclude * __pycache__ -recursive-exclude * *.py[co] +graft wagtail +prune wagtail/wagtailadmin/static_src +global-exclude __pycache__ +global-exclude *.py[co]