Skip to content

Commit 4cad939

Browse files
committed
One classifier per line
1 parent a21d3da commit 4cad939

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pyproject.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,25 @@ build-backend = "setuptools.build_meta"
1010
name = "pluggy"
1111
license = {text = "MIT"}
1212
authors = [{name = "Holger Krekel", email = "[email protected]"}]
13-
classifiers = ["Development Status :: 6 - Mature", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Libraries", "Topic :: Utilities", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11"]
13+
classifiers = [
14+
"Development Status :: 6 - Mature",
15+
"Intended Audience :: Developers",
16+
"License :: OSI Approved :: MIT License",
17+
"Operating System :: POSIX",
18+
"Operating System :: Microsoft :: Windows",
19+
"Operating System :: MacOS :: MacOS X",
20+
"Topic :: Software Development :: Testing",
21+
"Topic :: Software Development :: Libraries",
22+
"Topic :: Utilities",
23+
"Programming Language :: Python :: Implementation :: CPython",
24+
"Programming Language :: Python :: Implementation :: PyPy",
25+
"Programming Language :: Python :: 3",
26+
"Programming Language :: Python :: 3 :: Only",
27+
"Programming Language :: Python :: 3.8",
28+
"Programming Language :: Python :: 3.9",
29+
"Programming Language :: Python :: 3.10",
30+
"Programming Language :: Python :: 3.11",
31+
]
1432
description = "plugin and hook calling mechanisms for python"
1533
readme = {file = "README.rst", content-type = "text/x-rst"}
1634
requires-python = ">=3.8"

0 commit comments

Comments
 (0)