diff options
| author | Barry Warsaw | 2015-05-03 17:00:42 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-05-03 17:00:42 -0400 |
| commit | 5e731762e28b10559dff6663c2131e5044891f2f (patch) | |
| tree | ecf066a9c6148ff7ab87790ed9ede79d8f2bf349 /setup.py | |
| parent | a80595acf011b48e5b62410342e67a27deb18e71 (diff) | |
| download | mailman-5e731762e28b10559dff6663c2131e5044891f2f.tar.gz mailman-5e731762e28b10559dff6663c2131e5044891f2f.tar.zst mailman-5e731762e28b10559dff6663c2131e5044891f2f.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,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', 'runner', 'master', 'onebounce') + for script in ('mailman', 'runner', 'master') ) |
