From a94afc6b5efa730fbd647d75f1e00d7debe656b7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 4 Aug 2009 12:02:38 +0200 Subject: [PATCH] regen --HG-- branch : 1.0.x --- py/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py/__init__.py b/py/__init__.py index ea4c878dd..f2a7d53d4 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -32,7 +32,7 @@ initpkg(__name__, author_email = "holger at merlinux.eu, py-dev at codespeak.net", long_description = globals()['__doc__'], classifiers = [ - "Development Status :: 5 - Stable", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", diff --git a/setup.py b/setup.py index 5ea3806a7..a1992123c 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def main(): 'py.svnwcrevert = py.cmdline:pysvnwcrevert', 'py.test = py.cmdline:pytest', 'py.which = py.cmdline:pywhich']}, - classifiers=['Development Status :: 5 - Stable', + classifiers=['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: POSIX',