11[build-system ]
2- requires = [' maturin>=1,<2' ]
2+ requires = [' maturin>=1.9 ,<2' ]
33build-backend = ' maturin'
44
55[project ]
66name = ' pydantic_core'
77description = " Core functionality for Pydantic validation and serialization"
88requires-python = ' >=3.9'
9+ license = ' MIT'
10+ license-files = [' LICENSE' ]
911authors = [
1012 {
name =
' Samuel Colvin' ,
email =
' [email protected] ' },
1113 {
name =
' Adrian Garcia Badaracco' ,
email =
' [email protected] ' },
@@ -29,7 +31,6 @@ classifiers = [
2931 ' Framework :: Pydantic' ,
3032 ' Intended Audience :: Developers' ,
3133 ' Intended Audience :: Information Technology' ,
32- ' License :: OSI Approved :: MIT License' ,
3334 ' Operating System :: POSIX :: Linux' ,
3435 ' Operating System :: Microsoft :: Windows' ,
3536 ' Operating System :: MacOS' ,
@@ -38,7 +39,7 @@ classifiers = [
3839dependencies = [
3940 ' typing-extensions>=4.14.1' ,
4041]
41- dynamic = [' license ' , ' readme' , ' version' ]
42+ dynamic = [' readme' , ' version' ]
4243
4344[project .urls ]
4445Homepage = ' https://github.com/pydantic/pydantic-core'
0 commit comments