pointing to (upcoming) pypi page, fixing url

This commit is contained in:
holger krekel
2010-01-18 16:05:52 +01:00
parent 6eb8664012
commit 9d14fa3a3b
2 changed files with 3 additions and 3 deletions

View File

@@ -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'],},

View File

@@ -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
---------------------