From 8208eb6b1ce482f37858be388a2db5faddf5e67c Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Wed, 5 Jul 2017 12:00:16 +0200 Subject: [PATCH] Update meta data package in setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 805cd72..21b3f58 100644 --- a/setup.py +++ b/setup.py @@ -42,11 +42,12 @@ 'BlueBrainProject'), url='https://github.com/BlueBrain/BluePyOpt', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'License :: OSI Approved :: GNU Lesser General Public ' 'License v3 (LGPLv3)', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.6', 'Operating System :: POSIX', 'Topic :: Scientific/Engineering', 'Topic :: Utilities'],