reuse port

This commit is contained in:
j 2014-09-05 18:36:03 +02:00
commit 0ef522f620
2 changed files with 4 additions and 0 deletions

View file

@ -149,6 +149,7 @@ def command_release(*args):
EXCLUDE=[
'--exclude', '.git', '--exclude', '.bzr',
'--exclude', 'pip_cache',
'--exclude', '.*.swp', '--exclude', '._*', '--exclude', '.DS_Store'
]