From 691159a39ff5f5211656fd82906a1acd9d6acdfb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 30 May 2010 14:52:44 -0400 Subject: Refactor the common parts of the plugins to neutral territory. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 399aacc6..f1d91b28 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,6 @@ setup_args = dict( 'coverage = coverage.runners.noseplugin:Coverage', ], }, - # We need to get HTML assets from our htmlfiles dir. zip_safe = False, -- cgit v1.2.1