diff --git a/pyproject.toml b/pyproject.toml index 6a4eaa6..bc555e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,14 @@ maintainers = [ ] keywords = ["topics", "conferences", "LLM", "topic analysis", "report"] classifiers = [ - "Topic :: Scientific/Engineering :: Artificial Intelligence", "Development Status :: 4 - Beta", + "Environment :: Web Environment", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.13", + "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ "nicegui>=2.0",