From 107c8fa9ba63d91abf5c30ba860cad4b4194b666 Mon Sep 17 00:00:00 2001 From: tdhellmann Date: Wed, 8 Sep 2021 09:29:48 -0700 Subject: [PATCH] Updating development status past 3 Per the description here https://martin-thoma.com/software-development-stages/ it seems like we're in at least "5 - Production/Stable" and maybe "6 - Mature". I'm putting this up as a PR instead of committing directly so that anyone interested can discuss before we update. Addresses @rfaircloth-splunk 's https://github.com/splunk/splunk-sdk-python/issues/385 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e493391b..903a1407e 100755 --- a/setup.py +++ b/setup.py @@ -234,7 +234,7 @@ def run(self): classifiers = [ "Programming Language :: Python", - "Development Status :: 3 - Alpha", + "Development Status :: 6 - Mature", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License",