File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ build-backend = "hatchling.build"
66source = " vcs"
77
88[project ]
9- name = " jsonschema_lexer "
9+ name = " jsonschema-lexer "
1010description = " A Pygments lexer for JSON Schema"
1111requires-python = " >=3.10"
1212readme = " README.rst"
13- license = {text = " MIT" }
14- keywords = []
13+ keywords = [" json" , " jsonschema" ]
1514authors = [
16- {
name =
" Julian Berman" ,
email =
" [email protected] " },
15+ {
name =
" Julian Berman" ,
email =
" [email protected] " },
1716]
1817classifiers = [
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]
3131dynamic = [" version" ]
3232dependencies = [
You can’t perform that action at this time.
0 commit comments