From ba7535b45e5457a0f89dad9ddee0495af15ce999 Mon Sep 17 00:00:00 2001 From: Stephen Steneker Date: Sat, 7 Oct 2017 22:23:37 +1100 Subject: [PATCH] Correct metadata for "Development Status" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d054d76..751fe364 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ long_description=long_description, license='Apache 2.0', classifiers=[ - 'Development Status :: 5 - Stable', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Topic :: Database', 'License :: OSI Approved :: Apache Software License',