From b6fcbd03845ddfa592dc733ed653bd192805ef11 Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph.weston08@gmail.com> Date: Sat, 7 Nov 2015 16:42:43 +0100 Subject: [PATCH] update Trove classifiers to production/stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b7f79da..27c28b34 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ TUT_DIR = 'tutorial' TUT_GLOB = 'doc/source/tutorial/*.py' TUT_HIDDEN_PREFIX = '#HIDDEN' CLASSIFIERS = """\ - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Intended Audience :: Science/Research Intended Audience :: Developers Programming Language :: Python :: 3 :: Only -- GitLab