We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70899fc commit 84201f4Copy full SHA for 84201f4
1 file changed
remove-json-keys/pyproject.toml
@@ -38,7 +38,9 @@ classifiers = [
38
"Intended Audience :: Science/Research",
39
"Natural Language :: English",
40
"Operating System :: OS Independent",
41
+ "Programming Language :: Python",
42
"Programming Language :: Python :: 3",
43
+ "Programming Language :: Python :: 3 :: Only",
44
"Programming Language :: Python :: 3.8",
45
"Programming Language :: Python :: 3.9",
46
"Programming Language :: Python :: 3.10",
@@ -48,7 +50,7 @@ classifiers = [
48
50
"Programming Language :: Python :: 3.14",
49
51
"Programming Language :: Python :: 3.15",
52
"Topic :: File Formats :: JSON",
- "Topic :: Software Development :: Build Tools",
53
+ "Topic :: Software Development",
54
"Topic :: Utilities"
55
]
56
0 commit comments