Skip to content

Commit b1edae5

Browse files
Kai-StriegaWarrenWeckesser
authored andcommitted
MAINT: Update project classifiers in setup.py
This PR specifies the license as BSD, not only as OSI Approved. Further it alters the Audience and Topic classifiers to better reflect the financial audience of numpy-financial over regular numpy.
1 parent eb45a65 commit b1edae5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ def get_version():
2323

2424
CLASSIFIERS = """\
2525
Development Status :: 5 - Production/Stable
26-
Intended Audience :: Science/Research
2726
Intended Audience :: Developers
28-
License :: OSI Approved
27+
Intended Audience :: Financial and Insurance Industry
28+
License :: OSI Approved :: BSD License
2929
Programming Language :: Python
3030
Programming Language :: Python :: 3
3131
Programming Language :: Python :: 3.5
3232
Programming Language :: Python :: 3.6
3333
Programming Language :: Python :: 3.7
3434
Programming Language :: Python :: 3 :: Only
3535
Topic :: Software Development
36-
Topic :: Scientific/Engineering
36+
Topic :: Office/Business :: Financial :: Accounting
37+
Topic :: Office/Business :: Financial :: Investment
38+
Topic :: Office/Business :: Financial :: Spreadsheet
3739
"""
3840

3941
here = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)