From 43b693258fcf822b2e9cf17481571b2086c2f1e3 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 5 May 2010 21:21:39 +0200 Subject: [PATCH] xdist is now somewhat stable after all the fixes, i'd say. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 697fe90..eb28785 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( zip_safe=False, install_requires = ['execnet>=1.0.6', 'py>=1.3.0'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: POSIX',