blob: 4e249cf0059c6db1b3f3c162cb51ac821216b4cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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",
|