@@ -7,25 +7,24 @@ source = "vcs"
77
88[project ]
99name = " 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 "
1111readme = " README.rst"
12- requires-python = " >=3.8"
1312license = {text = " MIT" }
13+ requires-python = " >=3.8"
1414keywords = [" jsonschema" , " json" , " data" , " validation" ]
1515authors = [
16161717 {name = " Julian Berman" },
1818]
1919classifiers = [
20- " Development Status :: 4 - Beta " ,
20+ " Development Status :: 5 - Production/Stable " ,
2121 " Operating System :: OS Independent" ,
2222 " Programming Language :: Python" ,
2323 " License :: OSI Approved :: MIT License" ,
2424 " Programming Language :: Python :: 3.8" ,
2525 " Programming Language :: Python :: 3.9" ,
2626 " Programming Language :: Python :: 3.10" ,
2727 " Programming Language :: Python :: 3.11" ,
28- " Programming Language :: Python :: 3" ,
2928 " Programming Language :: Python :: Implementation :: CPython" ,
3029 " Programming Language :: Python :: Implementation :: PyPy" ,
3130]
@@ -43,6 +42,14 @@ Issues = "https://github.com/python-jsonschema/jsonschema-specifications/issues/
4342Funding = " https://github.com/sponsors/Julian"
4443Source = " https://github.com/python-jsonschema/jsonschema-specifications"
4544
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+
4653[tool .doc8 ]
4754ignore = [
4855 " D001" , # one sentence per line, so max length doesn't make sense
0 commit comments