Skip to content

Commit 540d57c

Browse files
committed
Minor tweak to the classifiers and description.
1 parent 2ac067f commit 540d57c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pyproject.toml

+11-4
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@ source = "vcs"
77

88
[project]
99
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"
1111
readme = "README.rst"
12-
requires-python = ">=3.8"
1312
license = {text = "MIT"}
13+
requires-python = ">=3.8"
1414
keywords = ["jsonschema", "json", "data", "validation"]
1515
authors = [
1616
{email = "[email protected]"},
1717
{name = "Julian Berman"},
1818
]
1919
classifiers = [
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/
4342
Funding = "https://github.com/sponsors/Julian"
4443
Source = "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]
4754
ignore = [
4855
"D001", # one sentence per line, so max length doesn't make sense

0 commit comments

Comments
 (0)