summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-17 14:52:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-17 14:52:35 -0400
commitbb449d281a3257456d4d34ab0a90b8d2e1c2e5e6 (patch)
treea070542a89f90906dcdef5db57c6f59b46ff7fd9 /setup.py
parent8bf243b544eb2a87ff3ee8a0a1e809ca69dd3899 (diff)
downloadpython-coveragepy-bb449d281a3257456d4d34ab0a90b8d2e1c2e5e6.tar.gz
Pointer to the repo for PyPI.
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 = """