diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-02 22:23:49 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-02 22:23:49 -0500 |
commit | d3ef54396bd0e90aa70042b94dc9d479355f9fec (patch) | |
tree | 1d56d4689d7e71b6007a0d430ecf9898c413d052 /setup.py | |
parent | a16509866ac705896f9d92f815826050e9cfa7f0 (diff) | |
download | pytest-runner-d3ef54396bd0e90aa70042b94dc9d479355f9fec.tar.gz |
Update hosting URL
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': [
|