Skip to content

Commit bcf07c6

Browse files
authored
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.
1 parent c58c00a commit bcf07c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author = PyCQA
77
author_email = code-quality@python.org
88
home_page = https://bandit.readthedocs.io/
99
license = Apache-2.0 license
10-
classifier =
10+
classifiers =
1111
Development Status :: 5 - Production/Stable
1212
Environment :: Console
1313
Intended Audience :: Information Technology

0 commit comments

Comments
 (0)