From e07efe7055bccb0d8dc943bff7f07d8bfbfe8b84 Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Thu, 19 Sep 2024 20:43:31 +0200 Subject: [PATCH] Add relevant classifiers (#67) --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 030694c..1d4a27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,15 @@ readme = "README.md" homepage = "https://github.com/KIT-TVA/cfmtoolbox/" repository = "https://github.com/KIT-TVA/cfmtoolbox/" documentation = "https://kit-tva.github.io/cfmtoolbox/" +classifiers = [ + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", +] [tool.poetry.dependencies] python = "^3.11"