diff options
Diffstat (limited to 'devel/py-rtree/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-rtree/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-rtree/files/patch-pyproject.toml b/devel/py-rtree/files/patch-pyproject.toml new file mode 100644 index 000000000000..4e249cf0059c --- /dev/null +++ b/devel/py-rtree/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-18 02:15:23 UTC ++++ pyproject.toml +@@ -15,7 +15,7 @@ keywords = ["gis", "spatial", "index", "r-tree"] + readme = "README.md" + requires-python = ">=3.9" + keywords = ["gis", "spatial", "index", "r-tree"] +-license = "MIT" ++license = {text="MIT"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", |