summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
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