File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -150,14 +150,20 @@ def get_long_description():
150
150
151
151
152
152
CLASSIFIERS = [
153
- "Development Status :: 4 - Beta " ,
153
+ "Development Status :: 5 - Production/Stable " ,
154
154
"Environment :: Console" ,
155
155
"Intended Audience :: Science/Research" ,
156
+ "Intended Audience :: Financial and Insurance Industry" ,
156
157
"License :: OSI Approved :: BSD License" ,
157
158
"Operating System :: OS Independent" ,
158
159
"Programming Language :: C" ,
159
160
"Programming Language :: Python" ,
160
161
"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" ,
161
167
"Topic :: Scientific/Engineering" ,
162
168
]
163
169
You can’t perform that action at this time.
0 commit comments