branch | stable |
changeset 9276 | ae3fd6f8da76 |
parent 8695 | 358d8bed9626 |
child 9516 | 6e2244784b7d |
--- a/setup.py Wed Sep 11 18:42:34 2013 +0200 +++ b/setup.py Thu Oct 10 12:30:35 2013 +0200 @@ -63,7 +63,7 @@ ext_modules = getattr(__pkginfo__, 'ext_modules', None) package_data = getattr(__pkginfo__, 'package_data', {}) -BASE_BLACKLIST = ('CVS', 'debian', 'dist', 'build', '__buildlog') +BASE_BLACKLIST = ('CVS', 'dist', 'build', '__buildlog') IGNORED_EXTENSIONS = ('.pyc', '.pyo', '.elc')