File tree 1 file changed +5
-5
lines changed
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"
6
6
source = " vcs"
7
7
8
8
[project ]
9
- name = " jsonschema_lexer "
9
+ name = " jsonschema-lexer "
10
10
description = " A Pygments lexer for JSON Schema"
11
11
requires-python = " >=3.10"
12
12
readme = " README.rst"
13
- license = {text = " MIT" }
14
- keywords = []
13
+ keywords = [" json" , " jsonschema" ]
15
14
authors = [
16
- {
name =
" Julian Berman" ,
email =
" [email protected] " },
15
+ {
name =
" Julian Berman" ,
email =
" [email protected] " },
17
16
]
18
17
classifiers = [
19
18
" Development Status :: 3 - Alpha" ,
@@ -26,7 +25,8 @@ classifiers = [
26
25
" Programming Language :: Python :: 3" ,
27
26
" Programming Language :: Python :: Implementation :: CPython" ,
28
27
" Programming Language :: Python :: Implementation :: PyPy" ,
29
-
28
+ " Topic :: File Formats :: JSON" ,
29
+ " Topic :: File Formats :: JSON :: JSON Schema" ,
30
30
]
31
31
dynamic = [" version" ]
32
32
dependencies = [
You can’t perform that action at this time.
0 commit comments