summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 36d70bd6..2ab6685e 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 = """