From 987e7546a1e67cff17f1738126d76d9b8d600c04 Mon Sep 17 00:00:00 2001 From: Olivier Korach Date: Sun, 2 Nov 2025 19:00:54 +0100 Subject: [PATCH] Fixes #2045 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 839b14d8..db8c83ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Development Status :: 5 - Production/Stable", # Indicate who your project is intended for "Intended Audience :: Developers", - "Topic :: Code Quality :: Utility Tools", + "Topic :: Software Development :: Quality Assurance", # Specify the Python versions you support here. "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8",