Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit f9305aa

Browse files
committed
pyproject.toml: add some PyPI classifiers
In particuler, the Python versions (3.10, etc) used to be included with builds created with Poetry (they got removed after the switch to Rye: see #141). This commit should fix the broken pypi badge.
1 parent 37425fb commit f9305aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ dependencies = [
1414
]
1515
readme = "README.md"
1616
requires-python = ">= 3.10"
17+
classifiers = [
18+
"Typing :: Typed",
19+
"Intended Audience :: Developers",
20+
"Intended Audience :: Science/Research",
21+
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Topic :: Software Development :: Libraries :: Python Modules",
24+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
25+
"License :: OSI Approved :: MIT License"
26+
]
1727

1828
[project.optional-dependencies]
1929
training = [

0 commit comments

Comments
 (0)