diff --git a/setup.py b/setup.py index 8f08fc0..b3c29fb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ py.test 'xdist' plugin for distributed testing and loop-on-failing modes. See http://pytest.org/plugin/xdist.html for documentation and, after -installation, "py.test -h" for the new options. +installation of the ``pytest-xdist`` package, "py.test -h" for the new options. """ from setuptools import setup @@ -15,7 +15,7 @@ setup( license='GPLv2 or later', author='holger krekel and contributors', author_email='py-dev@codespeak.net,holger@merlinux.eu', - url='http://bitbucket.org/hpk42/pytest-figleaf', + url='http://bitbucket.org/hpk42/pytest-xdist', platforms=['linux', 'osx', 'win32'], packages = ['xdist'], entry_points = {'pytest11': ['xdist = xdist.plugin'],}, diff --git a/xdist/plugin.py b/xdist/plugin.py index dc94057..21c1ab5 100644 --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -20,7 +20,7 @@ program source code to the remote place. All test results are reported back and displayed to your local test session. You may specify different Python versions and interpreters. -.. _`pytest-xdist`: http://pytest.org/plugin/xdist.html +.. _`pytest-xdist`: http://pypi.python.org/pypi/pytest-xdist Usage examples ---------------------