From a4af1aa62175c8c83aafb90db580af8b5f80d4b6 2013-08-27 21:24:38 From: MinRK Date: 2013-08-27 21:24:38 Subject: [PATCH] Backport PR #4030: exclude `.git` in MANIFEST.in so it won't be included in submodules in sdists. --- 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