summaryrefslogtreecommitdiff
path: root/devel/py-xarray/files/patch-pyproject.toml
blob: e274b702c9e67428e59bf965c5b4693e180f3da7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"