From 735ce6199e05d6063d449c7bfbe36737b1c20185 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 13 Jul 2018 14:01:46 -0400 Subject: [PATCH] - repair classifier Change-Id: I42db26db364c7a4146b184da14e258ac93afce32 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06621c8e..ff051c54 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup(name='alembic', long_description=open(readme).read(), python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', classifiers=[ - 'Development Status :: 5 - Stable', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'Programming Language :: Python', -- 2.47.2