Skip to content

Commit c63ee84

Browse files
committed
MAINT: use a PEP 639 project.license SPDX expression
1 parent 9ad0bc2 commit c63ee84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "numpy-financial"
1111
version = "2.0.0"
1212
requires-python = ">=3.10"
1313
description = "Simple financial functions"
14-
license = {file = "LICENSE.txt"}
14+
license = "BSD-3-Clause"
1515
authors = [{name = "Travis E. Oliphant et al."}]
1616
maintainers = [{ name = "Numpy Financial Developers", email = "[email protected]" }]
1717
readme = "README.md"
@@ -22,7 +22,6 @@ classifiers = [
2222
"Development Status :: 5 - Production/Stable",
2323
"Intended Audience :: Developers",
2424
"Intended Audience :: Financial and Insurance Industry",
25-
"License :: OSI Approved :: BSD License",
2625
"Programming Language :: Python",
2726
"Programming Language :: Python :: 3",
2827
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)