diff options
Diffstat (limited to 'devel/py-xarray/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-xarray/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-xarray/files/patch-pyproject.toml b/devel/py-xarray/files/patch-pyproject.toml new file mode 100644 index 000000000000..e274b702c9e6 --- /dev/null +++ b/devel/py-xarray/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-06-10 16:49:13 UTC ++++ pyproject.toml +@@ -14,7 +14,7 @@ dynamic = ["version"] + ] + description = "N-D labeled arrays and datasets in Python" + dynamic = ["version"] +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } + name = "xarray" + readme = "README.md" + requires-python = ">=3.10" |