We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
project.license
1 parent 9ad0bc2 commit c63ee84Copy full SHA for c63ee84
pyproject.toml
@@ -11,7 +11,7 @@ name = "numpy-financial"
11
version = "2.0.0"
12
requires-python = ">=3.10"
13
description = "Simple financial functions"
14
-license = {file = "LICENSE.txt"}
+license = "BSD-3-Clause"
15
authors = [{name = "Travis E. Oliphant et al."}]
16
maintainers = [{ name = "Numpy Financial Developers", email = "[email protected]" }]
17
readme = "README.md"
@@ -22,7 +22,6 @@ classifiers = [
22
"Development Status :: 5 - Production/Stable",
23
"Intended Audience :: Developers",
24
"Intended Audience :: Financial and Insurance Industry",
25
- "License :: OSI Approved :: BSD License",
26
"Programming Language :: Python",
27
"Programming Language :: Python :: 3",
28
"Programming Language :: Python :: 3.10",
0 commit comments