summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 36d70bd..2ab6685 100644
--- a/setup.py
+++ b/setup.py
@@ -5,6 +5,8 @@
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.
+
+Code repository is at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.
"""
classifiers = """