diff options
| author | Barry Warsaw | 2008-07-02 22:29:20 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-07-02 22:29:20 -0400 |
| commit | ae08b9bd032410014124c0885e2ed4b7b9cb4591 (patch) | |
| tree | a11750fd86ee00175a92ce2e877dfa56213851bf /setup.py | |
| parent | ee349897c99a75da4da4698c64bee8cd0d743d97 (diff) | |
| download | mailman-ae08b9bd032410014124c0885e2ed4b7b9cb4591.tar.gz mailman-ae08b9bd032410014124c0885e2ed4b7b9cb4591.tar.zst mailman-ae08b9bd032410014124c0885e2ed4b7b9cb4591.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -90,7 +90,10 @@ Any other spelling is incorrect.""", entry_points = { 'console_scripts': list(scripts), # Entry point for plugging in different database backends. - 'mailman.archiver' : 'pipermail = mailman.app.archiving:Pipermail', + 'mailman.archiver' : [ + 'pipermail = mailman.app.archiving:Pipermail', + 'prototype = mailman.app.archiving:Prototype', + ], 'mailman.scrubber' : 'stock = mailman.app.archiving:Pipermail', 'mailman.commands' : list(commands), 'mailman.database' : 'stock = mailman.database:StockDatabase', |
