summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-02 22:23:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-03-02 22:23:49 -0500
commitd3ef54396bd0e90aa70042b94dc9d479355f9fec (patch)
tree1d56d4689d7e71b6007a0d430ecf9898c413d052 /setup.py
parenta16509866ac705896f9d92f815826050e9cfa7f0 (diff)
downloadpytest-runner-d3ef54396bd0e90aa70042b94dc9d479355f9fec.tar.gz
Update hosting URL
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 81e7211..7d91e0e 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup_params = dict(
description="Invoke py.test as distutils command with dependency "
"resolution.",
long_description=long_description,
- url="https://bitbucket.org/jaraco/pytest-runner",
+ url="https://bitbucket.org/pytest-dev/pytest-runner",
py_modules=['ptr'],
entry_points = {
'distutils.commands': [