@@ -10,14 +10,15 @@ name = "referencing"
10
10
description = " JSON Referencing + Python"
11
11
requires-python = " >=3.9"
12
12
readme = " README.rst"
13
+ license = " MIT"
14
+ license-files = [" COPYING" ]
13
15
keywords = [" json" , " referencing" , " jsonschema" , " openapi" , " asyncapi" ]
14
16
authors = [
15
17
{
name =
" Julian Berman" ,
email =
" [email protected] " },
16
18
]
17
19
classifiers = [
18
20
" Development Status :: 3 - Alpha" ,
19
21
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: MIT License" ,
21
22
" Operating System :: OS Independent" ,
22
23
" Programming Language :: Python" ,
23
24
" Programming Language :: Python :: 3.9" ,
@@ -65,8 +66,8 @@ skip_covered = true
65
66
66
67
[tool .doc8 ]
67
68
ignore = [
68
- " D000" , # see PyCQA/doc8#125
69
- " D001" , # one sentence per line, so max length doesn't make sense
69
+ " D000" , # see PyCQA/doc8#125
70
+ " D001" , # one sentence per line, so max length doesn't make sense
70
71
]
71
72
72
73
[tool .mypy ]
@@ -77,8 +78,8 @@ ignore_errors = true
77
78
reportUnnecessaryTypeIgnoreComment = true
78
79
strict = [" **/*" ]
79
80
exclude = [
80
- " **/tests/__init__.py" ,
81
- " **/tests/test_*.py" ,
81
+ " **/tests/__init__.py" ,
82
+ " **/tests/test_*.py" ,
82
83
]
83
84
84
85
[tool .ruff ]
0 commit comments