Skip to content

Commit d0f2097

Browse files
committed
Re-add the JSON trove classifiers.
This probably worked before, but I typoed the classifiers ha.
1 parent 16fef5b commit d0f2097

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source = "vcs"
88
[project]
99
name = "jsonschema"
1010
description = "An implementation of JSON Schema validation for Python"
11-
requires-python = ">=3.8"
1211
license = {text = "MIT"}
12+
requires-python = ">=3.8"
1313
keywords = ["validation", "data validation", "jsonschema", "json"]
1414
authors = [
1515
{email = "[email protected]"},
@@ -27,6 +27,8 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30+
"Topic :: File Formats :: JSON",
31+
"Topic :: File Formats :: JSON :: JSON Schema",
3032
]
3133
dynamic = ["version", "readme"]
3234

0 commit comments

Comments
 (0)