From e761579f02bd8287f9672cbff5e1c5266b6b5c65 2013-08-16 19:50:12 From: Matthias Bussonnier Date: 2013-08-16 19:50:12 Subject: [PATCH] Merge pull request #4030 from minrk/git-manifest exclude `.git` in MANIFEST.in --- diff --git a/MANIFEST.in b/MANIFEST.in index e5567c3..591a38d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -37,3 +37,4 @@ global-exclude *.flc global-exclude *.pyc global-exclude *.pyo global-exclude .dircopy.log +global-exclude .git