summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 472ef144..22e67975 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -76,6 +76,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
+ Footer in reports pointing to coverage home page.
+ Baseline grid for linenumber font.
+ Separate out css and HTML.
+ - Does it work right with utf-8 source files?
* Community
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__,
)