From 4edd6fbe35a77a095197c4c747d2b727cc2c47ad 2006-06-21 19:53:58 From: fperez Date: 2006-06-21 19:53:58 Subject: [PATCH] Exclude the .svn directories from the distributed tarballs. --- diff --git a/MANIFEST.in b/MANIFEST.in index 16d7fc3..b774ab4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -28,3 +28,4 @@ global-exclude *~ global-exclude *.flc global-exclude *.pyc global-exclude .dircopy.log +global-exclude .svn