From fb982e232b5a51b004de769247783e7723408675 Mon Sep 17 00:00:00 2001 From: Matt Iversen Date: Sat, 27 Feb 2016 17:54:57 +1100 Subject: [PATCH] Ignore .github files from the manifest --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index c21d52b9a..3dac128ea 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -17,6 +17,7 @@ exclude appveyor.yml recursive-include pip/_vendor *.pem recursive-include docs Makefile *.rst *.py *.bat +prune .github prune .travis prune docs/_build prune contrib