From: Mike Bayer Date: Fri, 13 Jul 2018 18:01:46 +0000 (-0400) Subject: - repair classifier X-Git-Tag: rel_1_0_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735ce6199e05d6063d449c7bfbe36737b1c20185;p=thirdparty%2Fsqlalchemy%2Falembic.git - repair classifier Change-Id: I42db26db364c7a4146b184da14e258ac93afce32 --- 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',