From e1152e4c695be542b9da185f2a303fb57e352265 2013-08-16 16:58:52 From: MinRK Date: 2013-08-16 16:58:52 Subject: [PATCH] exclude `.git` 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