From 7a8309945bc2f740bef4b1e0daeb4ae3d870f2d0 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 24 Nov 2015 17:41:19 -0800 Subject: [PATCH] Updating to a production/stable designation --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3855b6..2a84e80 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( zip_safe=False, keywords='cached-property', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Natural Language :: English', @@ -44,5 +44,6 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], ) -- 2.30.2