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',