From 1b910e99f740c0ffdf966ef568c467f6dcc24997 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 5 Mar 2009 21:30:14 -0500 Subject: Remove the mailman.database setup.py plugin, instead opting for defining the database class in the configuration file. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.3-70-g09d2