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