diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-array-api-compat/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-array-api-compat/files/patch-pyproject.toml b/devel/py-array-api-compat/files/patch-pyproject.toml new file mode 100644 index 000000000000..31a92bd62ff9 --- /dev/null +++ b/devel/py-array-api-compat/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-05-16 08:49:23 UTC ++++ pyproject.toml +@@ -8,7 +8,7 @@ requires-python = ">=3.10" + description = "A wrapper around NumPy and other array libraries to make them compatible with the Array API standard" + readme = "README.md" + requires-python = ">=3.10" +-license = "MIT" ++license = {text = "MIT"} + authors = [{name = "Consortium for Python Data API Standards"}] + classifiers = [ + "Operating System :: OS Independent", |