From a9556c0cad0eefb365b75e467bd7b64a0dd7fd5f Mon Sep 17 00:00:00 2001 From: Alexandre Boucaud Date: Thu, 14 May 2026 18:31:22 +0200 Subject: [PATCH] Add classifiers for PyPI --- pyproject.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e16b338..a48f4e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,22 @@ requires-python = ">=3.11" authors = [ { name = "Lightcone Research" } ] +classifiers = [ + "Development Status :: 4 - Beta", + "Environment :: Console", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: BSD License", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3 :: Only", + "Topic :: Scientific/Engineering", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Scientific/Engineering :: Human Machine Interfaces", +] dependencies = [ "astra-tools>=0.2.5",