@@ -7,25 +7,24 @@ source = "vcs"
7
7
8
8
[project ]
9
9
name = " jsonschema-specifications"
10
- description = " Support files exposing JSON from the JSON Schema specifications "
10
+ description = " The JSON Schema meta-schemas and vocabularies, exposed as a Registry "
11
11
readme = " README.rst"
12
- requires-python = " >=3.8"
13
12
license = {text = " MIT" }
13
+ requires-python = " >=3.8"
14
14
keywords = [" jsonschema" , " json" , " data" , " validation" ]
15
15
authors = [
16
16
17
17
{name = " Julian Berman" },
18
18
]
19
19
classifiers = [
20
- " Development Status :: 4 - Beta " ,
20
+ " Development Status :: 5 - Production/Stable " ,
21
21
" Operating System :: OS Independent" ,
22
22
" Programming Language :: Python" ,
23
23
" License :: OSI Approved :: MIT License" ,
24
24
" Programming Language :: Python :: 3.8" ,
25
25
" Programming Language :: Python :: 3.9" ,
26
26
" Programming Language :: Python :: 3.10" ,
27
27
" Programming Language :: Python :: 3.11" ,
28
- " Programming Language :: Python :: 3" ,
29
28
" Programming Language :: Python :: Implementation :: CPython" ,
30
29
" Programming Language :: Python :: Implementation :: PyPy" ,
31
30
]
@@ -43,6 +42,14 @@ Issues = "https://github.com/python-jsonschema/jsonschema-specifications/issues/
43
42
Funding = " https://github.com/sponsors/Julian"
44
43
Source = " https://github.com/python-jsonschema/jsonschema-specifications"
45
44
45
+ [tool .coverage .run ]
46
+ branch = true
47
+ source = [" referencing" ]
48
+ dynamic_context = " test_function"
49
+
50
+ [tool .coverage .report ]
51
+ fail_under = 100
52
+
46
53
[tool .doc8 ]
47
54
ignore = [
48
55
" D001" , # one sentence per line, so max length doesn't make sense
0 commit comments