pointing to (upcoming) pypi page, fixing url
This commit is contained in:
4
setup.py
4
setup.py
@@ -2,7 +2,7 @@
|
|||||||
py.test 'xdist' plugin for distributed testing and loop-on-failing modes.
|
py.test 'xdist' plugin for distributed testing and loop-on-failing modes.
|
||||||
|
|
||||||
See http://pytest.org/plugin/xdist.html for documentation and, after
|
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
|
from setuptools import setup
|
||||||
@@ -15,7 +15,7 @@ setup(
|
|||||||
license='GPLv2 or later',
|
license='GPLv2 or later',
|
||||||
author='holger krekel and contributors',
|
author='holger krekel and contributors',
|
||||||
author_email='py-dev@codespeak.net,holger@merlinux.eu',
|
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'],
|
platforms=['linux', 'osx', 'win32'],
|
||||||
packages = ['xdist'],
|
packages = ['xdist'],
|
||||||
entry_points = {'pytest11': ['xdist = xdist.plugin'],},
|
entry_points = {'pytest11': ['xdist = xdist.plugin'],},
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ program source code to the remote place. All test results
|
|||||||
are reported back and displayed to your local test session.
|
are reported back and displayed to your local test session.
|
||||||
You may specify different Python versions and interpreters.
|
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
|
Usage examples
|
||||||
---------------------
|
---------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user