From 4a4b580555adb542a2cedec5aa1c6b56b5d21642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 13 Jan 2025 17:50:04 +0100 Subject: [PATCH] Add classifiers in pyproject.toml --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31905905e..cdba9deb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,14 @@ dependencies = [ "pyxdg; sys_platform == 'linux'", "requests",] -dynamic = ["readme", "classifiers"] +dynamic = ["readme", ] + +classifiers = [ + "Programming Language :: Python", + "Intended Audience :: End Users/Desktop", + "Operating System :: OS Independent", + "Topic :: Security", +] [dependency-groups] # Dependencies installed inside the container