File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,20 @@ license = "Apache-2.0"
1313description = " SPDX parser and tools."
1414readme = " README.md"
1515classifiers = [
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]
2731requires-python = " >=3.10"
2832dependencies = [
You can’t perform that action at this time.
0 commit comments