summaryrefslogtreecommitdiff
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
parenta16509866ac705896f9d92f815826050e9cfa7f0 (diff)
downloadpytest-runner-d3ef54396bd0e90aa70042b94dc9d479355f9fec.tar.gz
Update hosting URL
-rw-r--r--CHANGES.txt6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bc5f519..4bc8d80 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+2.5
+~~~
+
+* Moved hosting to `pytest-dev
+<https://bitbucket.org/pytest-dev/pytest-runner>`_.
+
2.4
~~~
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': [