summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-05-30 14:52:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-05-30 14:52:44 -0400
commit691159a39ff5f5211656fd82906a1acd9d6acdfb (patch)
treeef68baa4c2d7db2a678ef7e565969eb940ee0c36 /setup.py
parentc03628367b660ff2b52d6f88105fda75e5b080c8 (diff)
downloadpython-coveragepy-git-691159a39ff5f5211656fd82906a1acd9d6acdfb.tar.gz
Refactor the common parts of the plugins to neutral territory.
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 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,