diff options
| author | Barry Warsaw | 2008-07-03 00:59:12 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-07-03 00:59:12 -0400 |
| commit | ed752bbc1cb7731ce0eebb8cd7301d0322b9ef49 (patch) | |
| tree | a11750fd86ee00175a92ce2e877dfa56213851bf /setup.py | |
| parent | 67e437883d520bf7ea78ae55235892aa946ef0b4 (diff) | |
| parent | ae08b9bd032410014124c0885e2ed4b7b9cb4591 (diff) | |
| download | mailman-ed752bbc1cb7731ce0eebb8cd7301d0322b9ef49.tar.gz mailman-ed752bbc1cb7731ce0eebb8cd7301d0322b9ef49.tar.zst mailman-ed752bbc1cb7731ce0eebb8cd7301d0322b9ef49.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -90,7 +90,11 @@ Any other spelling is incorrect.""", entry_points = { 'console_scripts': list(scripts), # Entry point for plugging in different database backends. - 'mailman.archiver' : 'default = 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', 'mailman.mta' : 'stock = mailman.MTA:Manual', |
