From bcf07c6c4215baf48e73291b993b3fefd028872a Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 21 Feb 2025 13:37:59 -0800 Subject: [PATCH] Metadata: rename classifier to classifiers Not sure if this metadata object changed names over time but some tooling such as LicenseCheck trips up if it's defined as classifier and not classifiers. This matches current documentation where it states classifier is an alias of classifiers according to metadata table here: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata A separate issue was opened on LicenseCheck. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e0288e600..2de223f4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ author = PyCQA author_email = code-quality@python.org home_page = https://bandit.readthedocs.io/ license = Apache-2.0 license -classifier = +classifiers = Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: Information Technology