Skip to content

Commit 2ca6e0e

Browse files
committed
fix: update authors
1 parent 8e20e30 commit 2ca6e0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ version = "0.0.0"
88
description = "Static typing support for the array API standard"
99
readme = "README.md"
1010
license = { text = "MIT" }
11-
authors = [
11+
authors = [
1212
{ name = "Consortium for Python Data API Standards", email = "[email protected]" },
13+
{ name = "Joren Hammudoglu", email = "[email protected]" },
14+
{ name = "Nathaniel Starkman", email = "[email protected]" },
1315
]
1416
requires-python = ">=3.9"
1517
classifiers = [
@@ -23,6 +25,8 @@ classifiers = [
2325
"Programming Language :: Python :: 3.12",
2426
"Programming Language :: Python :: 3.13",
2527
"Topic :: Software Development :: Libraries",
28+
"Topic :: Scientific/Engineering",
29+
"Typing :: Typed",
2630
]
2731

2832
dependencies = [

0 commit comments

Comments
 (0)