From cbb61d9e57b121ee2ad2ccb1158b3e8ee029bbec Mon Sep 17 00:00:00 2001 From: Alistair Lynn Date: Wed, 25 Apr 2018 18:38:53 +0100 Subject: [PATCH 1/2] Optimistically assert production readiness --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa1fd257..0a37b9fc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ include_package_data=True, classifiers=( - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Natural Language :: English', 'Operating System :: POSIX', From 31fe6a971ddf00d4ffb8188e39508446dd9c1409 Mon Sep 17 00:00:00 2001 From: Alistair Lynn Date: Wed, 25 Apr 2018 18:45:28 +0100 Subject: [PATCH 2/2] Bump some other TROVE classifiers --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 0a37b9fc..73603d47 100644 --- a/setup.py +++ b/setup.py @@ -28,11 +28,15 @@ classifiers=( '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', ),