summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4374c015..36d70bd6 100644
--- a/setup.py
+++ b/setup.py
@@ -76,5 +76,5 @@ setup(
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__,
+ # download_url = 'http://nedbatchelder.com/code/modules/coverage-%s.tar.gz' % __version__,
)