diff --git a/pyproject.toml b/pyproject.toml index 907ad3b..f6d8c60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,15 @@ license = { file = "LICENSE" } authors = [ { name = "misp-modules-cli contributors" } ] +classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Information Technology", + "License :: OSI Approved :: GNU Affero General Public License v3", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", +] dependencies = [ "requests>=2.31.0" ]