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",