From 8eecf6e1d250a50cc29d50f2494852b22713084a Mon Sep 17 00:00:00 2001 From: Meme Dough Date: Mon, 26 Apr 2010 14:54:55 +1000 Subject: [PATCH] Fix description. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9274fe2..01235b1 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from xdist import __version__ setup( name="pytest-xdist", version=__version__, - description='py.test figleaf coverage plugin', + description='py.test xdist plugin for distributed testing and loop-on-failing modes', long_description=__doc__, license='GPLv2 or later', author='holger krekel and contributors',