Skip to content

Commit b243559

Browse files
committed
Add the JSON Schema trove classifier and make minor tweaks.
1 parent b8a6bbe commit b243559

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ build-backend = "hatchling.build"
66
source = "vcs"
77

88
[project]
9-
name = "jsonschema_lexer"
9+
name = "jsonschema-lexer"
1010
description = "A Pygments lexer for JSON Schema"
1111
requires-python = ">=3.10"
1212
readme = "README.rst"
13-
license = {text = "MIT"}
14-
keywords = []
13+
keywords = ["json", "jsonschema"]
1514
authors = [
16-
{name = "Julian Berman", email = "[email protected]"},
15+
{ name = "Julian Berman", email = "[email protected]" },
1716
]
1817
classifiers = [
1918
"Development Status :: 3 - Alpha",
@@ -26,7 +25,8 @@ classifiers = [
2625
"Programming Language :: Python :: 3",
2726
"Programming Language :: Python :: Implementation :: CPython",
2827
"Programming Language :: Python :: Implementation :: PyPy",
29-
28+
"Topic :: File Formats :: JSON",
29+
"Topic :: File Formats :: JSON :: JSON Schema",
3030
]
3131
dynamic = ["version"]
3232
dependencies = [

0 commit comments

Comments
 (0)