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.
This commit is contained in:
Cédric Deltheil 2024-02-06 09:57:26 +00:00 committed by Cédric Deltheil
parent 37425fb609
commit f9305aa416

View file

@ -14,6 +14,16 @@ dependencies = [
] ]
readme = "README.md" readme = "README.md"
requires-python = ">= 3.10" requires-python = ">= 3.10"
classifiers = [
"Typing :: Typed",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License"
]
[project.optional-dependencies] [project.optional-dependencies]
training = [ training = [