Skip to content

Commit

Permalink
DOC: update PyPI classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
qwhelan committed Nov 9, 2019
1 parent 01fef41 commit 042632b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Expand Up @@ -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",
]

Expand Down

0 comments on commit 042632b

Please sign in to comment.