diff --git a/pixi.lock b/pixi.lock index 496ba97..f913e15 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1347,7 +1347,7 @@ packages: name: array-api-extra version: 0.1.0 path: . - sha256: fbaf78eb4808426a275080543349d1d643b96eaf692ceac2e381ba479486c73a + sha256: 0e62b613bb0f2f3e58b3e7a9eb1efdce089984791cbcd93caac78ca675dda472 requires_dist: - furo>=2023.8.17 ; extra == 'docs' - myst-parser>=0.13 ; extra == 'docs' diff --git a/pyproject.toml b/pyproject.toml index 6e6e2f9..4ba8192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "Lucas Colley", email = "lucas.colley8@gmail.com" }, { name = "Open Source Contributors" }, ] -description = "Extra array functions that aren't in the array API standard, implemented in terms of the standard." +description = "Extra array functions built on top of the array API standard." readme = "README.md" license.file = "LICENSE" requires-python = ">=3.9"