summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-13 20:55:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-13 20:55:10 -0400
commitc00cdf3ed55fb6922476d931362ebca053716a4f (patch)
treeb10982edb0f24b1603fdb2e084ee9af23d429099 /setup.py
parent02f3bff7f238bb63e2f370db1699275595dbca55 (diff)
downloadpython-coveragepy-git-c00cdf3ed55fb6922476d931362ebca053716a4f.tar.gz
Point to new docs; more doc tweaks.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 2ab6685e..79948da4 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,9 @@ 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>`_.
+Code repository and issue tracker are at
+`bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.
+
"""
classifiers = """
@@ -77,6 +79,5 @@ setup(
keywords = 'code coverage testing',
license = 'BSD',
classifiers = classifier_list,
- url = 'http://nedbatchelder.com/code/modules/coverage.html',
- # download_url = 'http://nedbatchelder.com/code/modules/coverage-%s.tar.gz' % __version__,
+ url = 'http://nedbatchelder.com/code/coverage',
)