From d820ece5e8f78def60438857eec48514a4cd905d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 10 Mar 2009 00:06:16 -0400 Subject: Get rid of the mailman.scrubber entry point. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 28fc2a73a..234992632 100644 --- a/setup.py +++ b/setup.py @@ -85,8 +85,7 @@ case second `m'. Any other spelling is incorrect.""", package_dir = {'': 'src'}, include_package_data = True, entry_points = { - 'console_scripts' : list(scripts), - 'mailman.scrubber' : 'stock = mailman.archiving.pipermail:Pipermail', + 'console_scripts' : list(scripts), }, install_requires = [ 'lazr.config', -- cgit v1.2.3-70-g09d2