Skip to content

Commit 042632b

Browse files
committed
DOC: update PyPI classifiers
1 parent 01fef41 commit 042632b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,20 @@ def get_long_description():
150150

151151

152152
CLASSIFIERS = [
153-
"Development Status :: 4 - Beta",
153+
"Development Status :: 5 - Production/Stable",
154154
"Environment :: Console",
155155
"Intended Audience :: Science/Research",
156+
"Intended Audience :: Financial and Insurance Industry",
156157
"License :: OSI Approved :: BSD License",
157158
"Operating System :: OS Independent",
158159
"Programming Language :: C",
159160
"Programming Language :: Python",
160161
"Programming Language :: Python :: 3",
162+
"Programming Language :: Python :: 3.5",
163+
"Programming Language :: Python :: 3.6",
164+
"Programming Language :: Python :: 3.7",
165+
"Programming Language :: Python :: 3.8",
166+
"Topic :: Scientific/Engineering",
161167
"Topic :: Scientific/Engineering",
162168
]
163169

0 commit comments

Comments
 (0)