author | Julien Cristau <julien.cristau@logilab.fr> |
Thu, 10 Oct 2013 12:30:35 +0200 | |
branch | stable |
changeset 9276 | ae3fd6f8da76 |
parent 9275 | ea7fd598ced9 |
child 9277 | c964d8cf6efc |
--- 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')