diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-17 14:52:35 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-17 14:52:35 -0400 |
commit | bb449d281a3257456d4d34ab0a90b8d2e1c2e5e6 (patch) | |
tree | a070542a89f90906dcdef5db57c6f59b46ff7fd9 /setup.py | |
parent | 8bf243b544eb2a87ff3ee8a0a1e809ca69dd3899 (diff) | |
download | python-coveragepy-bb449d281a3257456d4d34ab0a90b8d2e1c2e5e6.tar.gz |
Pointer to the repo for PyPI.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = """ |