From 9a5d9061119b047bc5aee5fdfe153fb1bd06151f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 13 Jun 2009 20:55:10 -0400 Subject: Point to new docs; more doc tweaks. --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2ab6685..79948da 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 `_. +Code repository and issue tracker are at +`bitbucket.org `_. + """ 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', ) -- cgit v1.2.1