Skip to content

Commit 0887a8e

Browse files
committed
I'm tired of Python packaging
pyproject: switch to old format (prior to PEP 639) for license metadata. Because new format is supported starting from setuptools 77.0.3, which seems too recent for numpy 2.2 (<2.3) that is required by numba (benchmarks).
1 parent 86df720 commit 0887a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414
description = "N-D labeled arrays and datasets in Python"
1515
dynamic = ["version"]
16-
license = "Apache-2.0"
16+
license = { text = "Apache-2.0" }
1717
name = "xarray"
1818
readme = "README.md"
1919
requires-python = ">=3.11"

0 commit comments

Comments
 (0)