From 042632b5686b36cd791afa36612fe53a9214dc99 Mon Sep 17 00:00:00 2001 From: Christopher Whelan Date: Sat, 9 Nov 2019 13:58:19 -0800 Subject: [PATCH] DOC: update PyPI classifiers --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23e480b7e5..83868a2f7e 100644 --- a/setup.py +++ b/setup.py @@ -150,14 +150,20 @@ def get_long_description(): CLASSIFIERS = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", + "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering", ]