@@ -11,27 +11,34 @@ description = "The JSON Schema meta-schemas and vocabularies, exposed as a Regis
1111readme = " README.rst"
1212license = {text = " MIT" }
1313requires-python = " >=3.8"
14- keywords = [" jsonschema" , " json" , " data" , " validation" ]
14+ keywords = [
15+ " validation" ,
16+ " data validation" ,
17+ " jsonschema" ,
18+ " json" ,
19+ " json schema" ,
20+ ]
1521authors = [
1622 {email = " Julian+jsonschema-specifications@GrayVines.com" },
1723 {name = " Julian Berman" },
1824]
1925classifiers = [
2026 " Development Status :: 5 - Production/Stable" ,
27+ " License :: OSI Approved :: MIT License" ,
2128 " Operating System :: OS Independent" ,
2229 " Programming Language :: Python" ,
23- " License :: OSI Approved :: MIT License" ,
2430 " Programming Language :: Python :: 3.8" ,
2531 " Programming Language :: Python :: 3.9" ,
2632 " Programming Language :: Python :: 3.10" ,
2733 " Programming Language :: Python :: 3.11" ,
2834 " Programming Language :: Python :: Implementation :: CPython" ,
2935 " Programming Language :: Python :: Implementation :: PyPy" ,
36+ " Topic :: File Formats :: JSON :: JSON Schema" ,
3037]
3138dynamic = [" version" ]
3239
3340dependencies = [
34- " referencing>=0.25 .0" ,
41+ " referencing>=0.28 .0" ,
3542 " importlib_resources>=1.4.0;python_version<'3.9'" ,
3643]
3744
@@ -44,7 +51,7 @@ Source = "https://github.com/python-jsonschema/jsonschema-specifications"
4451
4552[tool .coverage .run ]
4653branch = true
47- source = [" referencing " ]
54+ source = [" jsonschema-specifications " ]
4855dynamic_context = " test_function"
4956
5057[tool .coverage .report ]
@@ -57,6 +64,7 @@ ignore = [
5764
5865[tool .isort ]
5966combine_as_imports = true
67+ ensure_newline_before_comments = true
6068from_first = true
6169include_trailing_comma = true
6270multi_line_output = 3
0 commit comments