From 8048f67cb5f8db9e6d7dcdf7274fee4297a22697 Mon Sep 17 00:00:00 2001 From: Jeff Rouse Date: Sat, 29 Apr 2017 13:11:34 -0700 Subject: Has been in use for years in core python libraries. Changing classifier to stable. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e118896..79a8bf5 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( 'platform-specific dirs, e.g. a "user data dir".', long_description=read('README.rst') + '\n' + read('CHANGES.rst'), classifiers=[c.strip() for c in """ - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: MIT License Operating System :: OS Independent -- cgit v1.2.1