summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-03-05 21:30:14 -0500
committerBarry Warsaw2009-03-05 21:30:14 -0500
commit1b910e99f740c0ffdf966ef568c467f6dcc24997 (patch)
tree17672253ef8fe09b213db0c2e0b7be9d30af16af /setup.py
parenta79524dec07ad3bd7f98434d80197e7756d3723d (diff)
downloadmailman-1b910e99f740c0ffdf966ef568c467f6dcc24997.tar.gz
mailman-1b910e99f740c0ffdf966ef568c467f6dcc24997.tar.zst
mailman-1b910e99f740c0ffdf966ef568c467f6dcc24997.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b65c7995c..5385dabfe 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,6 @@ case second `m'. Any other spelling is incorrect.""",
entry_points = {
'console_scripts': list(scripts),
'mailman.commands' : list(commands),
- 'mailman.database' : 'stock = mailman.database:StockDatabase',
'mailman.handlers' : 'default = mailman.pipeline:initialize',
'mailman.rules' : 'default = mailman.rules:initialize',
'mailman.scrubber' : 'stock = mailman.archiving.pipermail:Pipermail',