From c63ee842b0eb30e4157313ac7cf4ebbaed55cfe0 Mon Sep 17 00:00:00 2001
From: jorenham <jhammudoglu@gmail.com>
Date: Sun, 13 Apr 2025 17:46:08 +0200
Subject: [PATCH] MAINT: use a PEP 639 `project.license` SPDX expression

---
 pyproject.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index a08f689..83d651a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ name = "numpy-financial"
 version = "2.0.0"
 requires-python = ">=3.10"
 description = "Simple financial functions"
-license = {file = "LICENSE.txt"}
+license = "BSD-3-Clause"
 authors = [{name = "Travis E. Oliphant et al."}]
 maintainers = [{ name = "Numpy Financial Developers", email = "numpy-discussion@python.org" }]
 readme = "README.md"
@@ -22,7 +22,6 @@ classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Intended Audience :: Developers",
     "Intended Audience :: Financial and Insurance Industry",
-    "License :: OSI Approved :: BSD License",
     "Programming Language :: Python",
     "Programming Language :: Python :: 3",
     "Programming Language :: Python :: 3.10",