From dfcb0900ffffa3020656338bbab123f6da00a168 Mon Sep 17 00:00:00 2001 From: Oleg Strizhechenko Date: Wed, 22 Jan 2020 01:59:19 +0500 Subject: [PATCH] Development status now is production/stable. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18f1066..62051d8 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,8 @@ def read(*paths): scripts=[os.path.join('utils/', script) for script in os.listdir('utils/')], install_requires=['pyyaml', 'ipaddress', 'six', 'colorama', 'prettytable', 'argparse'], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', + 'Environment :: Console', 'Intended Audience :: Developers', 'Operating System :: MacOS', 'Operating System :: POSIX',