Skip to content

Commit 5e4336b

Browse files
committed
BLD: Trove classifiers for numpy_quaddtype
1 parent 2e07153 commit 5e4336b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

quaddtype/pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ readme = 'README.md'
1515
license = "BSD-3-Clause"
1616
license-files = ["LICENSE"]
1717
authors = [{name = "Swayam Singh", email = "[email protected]"}]
18+
classifiers = [
19+
"Development Status :: 4 - Beta",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
26+
"Typing :: Typed",
27+
]
1828
requires-python = ">=3.10.0"
1929
dependencies = [
2030
"numpy"

0 commit comments

Comments
 (0)