From 7717440e877660072fe1bd5f3771b0d110b5ff9b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 9 Mar 2009 23:49:20 -0400 Subject: Get rid of the mailman.handlers entry point. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d41394ea8..38da5bc0b 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,6 @@ case second `m'. Any other spelling is incorrect.""", include_package_data = True, entry_points = { 'console_scripts' : list(scripts), - '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