summaryrefslogtreecommitdiff
path: root/devel/py-cachetools/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cachetools/files/patch-pyproject.toml')
-rw-r--r--devel/py-cachetools/files/patch-pyproject.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-cachetools/files/patch-pyproject.toml b/devel/py-cachetools/files/patch-pyproject.toml
new file mode 100644
index 000000000000..a89e71e76856
--- /dev/null
+++ b/devel/py-cachetools/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2025-12-15 18:09:20 UTC
++++ pyproject.toml
+@@ -13,8 +13,7 @@ readme = "README.rst"
+ {name = "Thomas Kemmer", email = "tkemmer@computer.org"}
+ ]
+ readme = "README.rst"
+-license = "MIT"
+-license-files = ["LICENSE"]
++license = {text = "MIT"}
+ requires-python = ">= 3.9"
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",