diff options
Diffstat (limited to 'copybump.py')
| -rwxr-xr-x | copybump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copybump.py b/copybump.py index 3c91b7a0d..30cf06b31 100755 --- a/copybump.py +++ b/copybump.py @@ -69,8 +69,8 @@ def do_walk(): owner = FSF for root, dirs, files in os.walk('.'): if root == '.': - remove(dirs, '.bzr') remove(dirs, '.git') + remove(dirs, '.tox') remove(dirs, 'bin') remove(dirs, 'contrib') remove(dirs, 'develop-eggs') |
