From c39a187ef78bf7049c8e53016c162c721d100595 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 30 Apr 2009 07:16:54 -0400 Subject: The name of the project is Coverage, not coverage.py. --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 07401ea0..e3b738dd 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,9 @@ """Code coverage testing for Python -Coverage.py is a Python package that measures code coverage during test -execution. It uses the code analysis tools and tracing hooks provided in the -Python standard library to determine which lines are executable, and which have -been executed. +Coverage measures code coverage, typically during test execution. It uses the +code analysis tools and tracing hooks provided in the Python standard library +to determine which lines are executable, and which have been executed. """ classifiers = """ -- cgit v1.2.1