File pyproject_license_fix_pep_621.patch of Package python-cffi

From bb50a2b430e4f31ec8cdcd5a7cb85da3fd524829 Mon Sep 17 00:00:00 2001
From: Bluefissure <bluefissureofg@gmail.com>
Date: Thu, 11 Sep 2025 00:15:00 -0500
Subject: [PATCH] fix license in pyproject.toml to be compatible with PEP 621
 (#199)

Update pyproject.toml to change the `license` field compatible with [PEP 621](https://peps.python.org/pep-0621/#license)
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 07584951..9a1b203d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ requires-python = ">=3.9"
 
 description = "Foreign Function Interface for Python calling C code."
 readme = {file = "README.md", content-type = "text/markdown"}
-license = "MIT"
+license = { file = "LICENSE" }
 classifiers = [
     "Programming Language :: Python",
     "Programming Language :: Python :: 3",
openSUSE Build Service is sponsored by