From 37332636e899c023fb31384413578346086c7692 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 9 Oct 2009 19:12:30 -0400 Subject: Bye bye mailmanctl, long live 'bin/mailman start' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e9967f453..856fb5045 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ for dirpath, dirnames, filenames in os.walk(start_dir): template = Template('$script = mailman.bin.$script:main') scripts = set( template.substitute(script=script) - for script in ('mailman', 'mailmanctl', 'qrunner', 'master') + for script in ('mailman', 'qrunner', 'master') ) -- cgit v1.2.3-70-g09d2