diff --git a/setup.py b/setup.py index 32c9239..e6c0a69 100644 --- a/setup.py +++ b/setup.py @@ -28,12 +28,17 @@ setup( ]}, include_package_data=True, classifiers=[ - 'License :: OSI Approved :: BSD License', + 'Development Status :: 5 - Production/Stable', + 'License :: OSI Approved :: MIT License', 'Environment :: Console', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Operating System :: OS Independent', 'Topic :: Documentation', 'Topic :: Software Development :: Documentation',