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 f16e2fb5..4719e7af 100644
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ setup_args = dict(
keywords='code coverage testing',
license='Apache 2.0',
classifiers=classifier_list,
- url=__url__,
+ url="https://bitbucket.org/ned/coveragepy",
)
# A replacement for the build_ext command which raises a single exception