Skip to content

Commit 84201f4

Browse files
committed
Added/corrected classifiers
1 parent 70899fc commit 84201f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

remove-json-keys/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ classifiers = [
3838
"Intended Audience :: Science/Research",
3939
"Natural Language :: English",
4040
"Operating System :: OS Independent",
41+
"Programming Language :: Python",
4142
"Programming Language :: Python :: 3",
43+
"Programming Language :: Python :: 3 :: Only",
4244
"Programming Language :: Python :: 3.8",
4345
"Programming Language :: Python :: 3.9",
4446
"Programming Language :: Python :: 3.10",
@@ -48,7 +50,7 @@ classifiers = [
4850
"Programming Language :: Python :: 3.14",
4951
"Programming Language :: Python :: 3.15",
5052
"Topic :: File Formats :: JSON",
51-
"Topic :: Software Development :: Build Tools",
53+
"Topic :: Software Development",
5254
"Topic :: Utilities"
5355
]
5456

0 commit comments

Comments
 (0)