diff options
| author | Barry Warsaw | 2010-07-16 23:18:55 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-07-16 23:18:55 -0400 |
| commit | 2f6fbea64ada4d36b04459be201cacd6c3812ed7 (patch) | |
| tree | 13e01e407599560c98ba89527f6d1b1d1e700ce1 /setup.py | |
| parent | db19156330bf6bbca9a6e13c5d85676e43be3b29 (diff) | |
| download | mailman-2f6fbea64ada4d36b04459be201cacd6c3812ed7.tar.gz mailman-2f6fbea64ada4d36b04459be201cacd6c3812ed7.tar.zst mailman-2f6fbea64ada4d36b04459be201cacd6c3812ed7.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ with open('src/mailman/version.py') as fp: template = Template('$script = mailman.bin.$script:main') scripts = set( template.substitute(script=script) - for script in ('mailman', 'qrunner', 'master') + for script in ('mailman', 'qrunner', 'master', 'onebounce') ) |
