diff --git a/setup.py b/setup.py index 09d4c6c..ca00d65 100755 --- a/setup.py +++ b/setup.py @@ -31,17 +31,12 @@ install_requires=requires, license='Apache License 2.0', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'Natural Language :: English', 'License :: OSI Approved :: Apache Software License', - 'Programming Language :: Python', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4' - 'Programming Language :: Python :: 3.5' - 'Programming Language :: Python :: 3.6' - 'Programming Language :: Python :: 3.7' + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3' ], )