Skip to content

Commit c47a181

Browse files
committed
Remove License from classifiers
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent aa87dfc commit c47a181

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ readme = "README.md"
1515
classifiers = [
1616
"Intended Audience :: Developers",
1717
"Intended Audience :: System Administrators",
18-
"License :: OSI Approved :: Apache Software License",
18+
"Programming Language :: Python :: 3",
19+
"Programming Language :: Python :: 3 :: Only",
1920
"Programming Language :: Python :: 3.10",
2021
"Programming Language :: Python :: 3.11",
2122
"Programming Language :: Python :: 3.12",
2223
"Programming Language :: Python :: 3.13",
2324
"Programming Language :: Python :: 3.14",
25+
"Operating System :: OS Independent",
2426
]
2527
requires-python = ">=3.10"
2628
dependencies = [

0 commit comments

Comments
 (0)