From f9305aa416bfeda237167a759cce53d3f83bd9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Deltheil?= Date: Tue, 6 Feb 2024 09:57:26 +0000 Subject: [PATCH] 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. --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0aecdb4..23d836c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,16 @@ dependencies = [ ] readme = "README.md" 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] training = [