summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorsyt <syt@sextans.logilab.fr>2006-05-09 09:56:45 +0200
committersyt <syt@sextans.logilab.fr>2006-05-09 09:56:45 +0200
commit6d5bf6dfac97baa8e7b7f3e498f323450bf0b1b1 (patch)
tree6c09b9789510f6ffa98400b23842e971f977c110 /setup.py
parent5831633dd89352c46d52dad30699b0eb387910d2 (diff)
downloadlogilab-common-6d5bf6dfac97baa8e7b7f3e498f323450bf0b1b1.tar.gz
check ChangeLog
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 83363ae..8a1d555 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ try:
except ImportError:
ext_modules = None
-BASE_BLACKLIST = ('CVS', 'debian', 'dist', 'build', '__buildlog')
+BASE_BLACKLIST = ('CVS', 'debian', 'dist', 'build', '__buildlog', '.svn')
IGNORED_EXTENSIONS = ('.pyc', '.pyo', '.elc')