From 1e4a0f0bdb32f2ae041db8e086db75a615192c62 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 5 Mar 2009 21:38:54 -0500 Subject: Fix up some string continuations. --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2f0aeed5..838f1a05 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,13 @@ # setup.py for coverage. -"""\ -Code coverage testing for Python +"""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. """ -classifiers = """\ +classifiers = """ Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: Developers -- cgit v1.2.1