From 3af794bc058ff74159a5317fe5af1da79ada84c6 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 23 Mar 2016 17:30:55 -0400 Subject: [PATCH] Exclude more build detritus from package --- MANIFEST.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5476d49df..f6a1488f0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -20,8 +20,12 @@ graft docs prune docs/_static # build/src control detritus +exclude .coveragerc +exclude .editorconfig +exclude .landscape.yaml +exclude appveyor.yml exclude build_children.sh +exclude tox.ini global-exclude .git* global-exclude *.pyc global-exclude *.so -