From 5218bb121804c440dc69c9d932787ed6d54b90f5 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 18 Apr 2025 10:58:23 -0600 Subject: [PATCH] docs: update classifiers --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3dfc63d..be3202e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,16 @@ dependencies = [ "rich>=13.6.0", "pydantic>=2.5.0", ] +classifiers = [ + "Development Status :: 3 - Alpha", + "Programming Language :: Python :: 3.12", + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Topic :: Software Development", + "Topic :: Scientific/Engineering :: Artificial Intelligence" +] [build-system] requires = ["hatchling"]