summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilip Potter <philip.potter@digital.cabinet-office.gov.uk>2016-03-03 14:49:31 +0000
committerPhilip Potter <philip.potter@digital.cabinet-office.gov.uk>2016-03-03 14:49:31 +0000
commit6c4c3f9ff6f48d8dd3a988b750eb4a3912ff0524 (patch)
tree38fcc4b9de3ca85b11111974e26ccce45ede58ec /setup.py
parenta3cdf127a8da18bd30dd1de31f3b6299c11ce89d (diff)
downloadpytest-runner-6c4c3f9ff6f48d8dd3a988b750eb4a3912ff0524.tar.gz
update stale URLs
The jaraco.collections and pytest-runner projects have moved to github.
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 0cb6716..36ce32d 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup_params = dict(
description="Invoke py.test as distutils command with dependency "
"resolution.",
long_description=long_description,
- url="https://bitbucket.org/pytest-dev/pytest-runner",
+ url="https://github.com/pytest-dev/pytest-runner",
py_modules=['ptr'],
install_requires=[
],