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
commit6de894d4d24d49536cddc64731b85a746ddd182b (patch)
treefecc880a80238692b82728743115311a81bc71fc /setup.py
parent12decb1bbd6432cd3b4024d1712962057b7efc00 (diff)
downloadpython-coveragepy-git-6de894d4d24d49536cddc64731b85a746ddd182b.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 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 = """