diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ for dirpath, dirnames, filenames in os.walk(start_dir): # XXX The 'bin/' prefix here should be configurable. -template = Template('bin/$script = mailman.bin.$script:main') +template = Template('$script = mailman.bin.$script:main') scripts = set( template.substitute(script=script) for script in mailman.bin.__all__ |
