diff --git a/pyproject.toml b/pyproject.toml index fa374fb2e..55fca3053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,13 +21,17 @@ authors = [ ] license = { text = "Apache-2.0 license" } classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Healthcare Industry", + "Intended Audience :: Science/Research", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ "matplotlib >= 3.7.1",