diff options
| author | Barry Warsaw | 2008-07-09 22:35:44 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-07-09 22:35:44 -0400 |
| commit | 82de03b4699cb9e841f4196ff7c92e043056d3e3 (patch) | |
| tree | 06ffed62dc4ffb55ef1036f02268dee5a0aa6847 /setup.py | |
| parent | 3929c688da2b275a1bb965152cca8a7352557ffc (diff) | |
| download | mailman-82de03b4699cb9e841f4196ff7c92e043056d3e3.tar.gz mailman-82de03b4699cb9e841f4196ff7c92e043056d3e3.tar.zst mailman-82de03b4699cb9e841f4196ff7c92e043056d3e3.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -91,9 +91,10 @@ Any other spelling is incorrect.""", 'console_scripts': list(scripts), # Entry point for plugging in different database backends. 'mailman.archiver' : [ + 'mail-archive = mailman.archiving.mailarchive:MailArchive', + 'mhonarc = mailman.archiving.mhonarc:MHonArc', 'pipermail = mailman.archiving.pipermail:Pipermail', 'prototype = mailman.archiving.prototype:Prototype', - 'mail-archive = mailman.archiving.mailarchive:MailArchive', ], 'mailman.scrubber' : 'stock = mailman.archiving.pipermail:Pipermail', 'mailman.commands' : list(commands), |
