summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-12-18 23:17:32 -0500
committerBarry Warsaw2008-12-18 23:17:32 -0500
commit9d6ea4e8749448c07d3ec2fac21ca73c03931726 (patch)
tree1bf7340b34cf350d3ae29d69bf5487e373f372fe /setup.py
parent12513c7d0fc1f5d2a1aabda349637309f6e8300b (diff)
downloadmailman-9d6ea4e8749448c07d3ec2fac21ca73c03931726.tar.gz
mailman-9d6ea4e8749448c07d3ec2fac21ca73c03931726.tar.zst
mailman-9d6ea4e8749448c07d3ec2fac21ca73c03931726.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5a3a6f423..250e6f9eb 100644
--- a/setup.py
+++ b/setup.py
@@ -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__