1
1
[build-system ]
2
- requires = [" maturin>=0.13,<0.14" , " black>=22.3.0,<23" , " typing_extensions" ]
3
- build-backend = " maturin"
2
+ requires = [' maturin>=0.13,<0.14' , ' black>=22.3.0,<23' , ' typing_extensions' ]
3
+ build-backend = ' maturin'
4
4
5
5
[project ]
6
- name = " pydantic_core"
7
- requires-python = " >=3.7"
6
+ name = ' pydantic_core'
7
+ requires-python = ' >=3.7'
8
8
authors = [
9
- {
name =
" Samuel Colvin" ,
email =
" [email protected] " }
9
+ {
name =
' Samuel Colvin' ,
email =
' [email protected] ' }
10
10
]
11
11
classifiers = [
12
12
' Development Status :: 3 - Alpha' ,
@@ -18,6 +18,7 @@ classifiers = [
18
18
' Programming Language :: Python :: 3.8' ,
19
19
' Programming Language :: Python :: 3.9' ,
20
20
' Programming Language :: Python :: 3.10' ,
21
+ ' Programming Language :: Python :: 3.11' ,
21
22
' Intended Audience :: Developers' ,
22
23
' Intended Audience :: Information Technology' ,
23
24
' Intended Audience :: System Administrators' ,
@@ -32,20 +33,20 @@ dependencies = [
32
33
' typing_extensions; python_version < "3.11.0"'
33
34
]
34
35
dynamic = [
35
- " description" ,
36
- " license" ,
37
- " readme" ,
38
- " version"
36
+ ' description' ,
37
+ ' license' ,
38
+ ' readme' ,
39
+ ' version'
39
40
]
40
41
41
42
[project .urls ]
42
43
Homepage = ' https://github.com/pydantic/pydantic-core'
43
- Funding = " https://github.com/sponsors/samuelcolvin"
44
- Source = " https://github.com/pydantic/pydantic-core"
44
+ Funding = ' https://github.com/sponsors/samuelcolvin'
45
+ Source = ' https://github.com/pydantic/pydantic-core'
45
46
46
47
[tool .maturin ]
47
- bindings = " pyo3"
48
- sdist-include = [" src/self_schema.py" ]
48
+ bindings = ' pyo3'
49
+ sdist-include = [' src/self_schema.py' ]
49
50
50
51
[tool .pytest .ini_options ]
51
52
testpaths = ' tests'
@@ -91,5 +92,5 @@ combine_as_imports = true
91
92
color_output = true
92
93
93
94
[tool .pyright ]
94
- include = [" pydantic_core" , " tests/test_typing.py" ]
95
+ include = [' pydantic_core' , ' tests/test_typing.py' ]
95
96
reportUnnecessaryTypeIgnoreComment = true
0 commit comments