Skip to content

Commit ae2fe8b

Browse files
bactarmintaenzertng
authored andcommitted
Add development status
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent a0794d9 commit ae2fe8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ license = "Apache-2.0"
1313
description = "SPDX parser and tools."
1414
readme = "README.md"
1515
classifiers = [
16+
"Development Status :: 5 - Production/Stable",
1617
"Intended Audience :: Developers",
1718
"Intended Audience :: System Administrators",
19+
"Operating System :: OS Independent",
1820
"Programming Language :: Python :: 3",
1921
"Programming Language :: Python :: 3 :: Only",
2022
"Programming Language :: Python :: 3.10",
2123
"Programming Language :: Python :: 3.11",
2224
"Programming Language :: Python :: 3.12",
2325
"Programming Language :: Python :: 3.13",
2426
"Programming Language :: Python :: 3.14",
25-
"Operating System :: OS Independent",
27+
"Topic :: Software Development :: Documentation",
28+
"Topic :: Software Development :: Libraries :: Python Modules",
29+
"Topic :: Utilities",
2630
]
2731
requires-python = ">=3.10"
2832
dependencies = [

0 commit comments

Comments
 (0)