diff --git a/setup.py b/setup.py index 9764794..b6dca68 100755 --- a/setup.py +++ b/setup.py @@ -61,8 +61,10 @@ def run_tests(self): 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Development Status :: 4 - Beta', + 'Programming Language :: Python :: 3.6', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Operating System :: OS Independent', + 'License :: OSI Approved :: Apache Software License' ], )