diff options
| author | Barry Warsaw | 2009-03-09 23:42:21 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-03-09 23:42:21 -0400 |
| commit | 11eb3395ad1f7c9f6699f96c33ca0543c2f83220 (patch) | |
| tree | 3cbf2f18672724fe454bec2dfc1e011748aa981a /setup.py | |
| parent | f4975570e9c12670b92e3c55f01e31fa4a20879a (diff) | |
| download | mailman-11eb3395ad1f7c9f6699f96c33ca0543c2f83220.tar.gz mailman-11eb3395ad1f7c9f6699f96c33ca0543c2f83220.tar.zst mailman-11eb3395ad1f7c9f6699f96c33ca0543c2f83220.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -65,13 +65,6 @@ scripts = set( for script in mailman.bin.__all__ ) -# Default email commands -template = Template('$command = mailman.commands.$command') -commands = set( - template.substitute(command=command) - for command in mailman.commands.__all__ - ) - setup( @@ -92,8 +85,7 @@ case second `m'. Any other spelling is incorrect.""", package_dir = {'': 'src'}, include_package_data = True, entry_points = { - 'console_scripts': list(scripts), - 'mailman.commands' : list(commands), + 'console_scripts' : list(scripts), 'mailman.handlers' : 'default = mailman.pipeline:initialize', 'mailman.rules' : 'default = mailman.rules:initialize', 'mailman.scrubber' : 'stock = mailman.archiving.pipermail:Pipermail', |
