diff --git a/setup.py b/setup.py index aa1fd257..73603d47 100644 --- a/setup.py +++ b/setup.py @@ -26,13 +26,17 @@ include_package_data=True, classifiers=( - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', + 'Framework :: Flask', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: POSIX', 'Programming Language :: Python', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Office/Business', ),