1
1
[build-system ]
2
- requires = [' maturin>=1,<2' ]
2
+ requires = [' maturin>=1.9 ,<2' ]
3
3
build-backend = ' maturin'
4
4
5
5
[project ]
6
6
name = ' pydantic_core'
7
7
description = " Core functionality for Pydantic validation and serialization"
8
8
requires-python = ' >=3.9'
9
+ license = ' MIT'
10
+ license-files = [' LICENSE' ]
9
11
authors = [
10
12
{ name = ' Samuel Colvin' , email = ' s@muelcolvin.com' },
11
13
{ name = ' Adrian Garcia Badaracco' , email = ' 1755071+adriangb@users.noreply.github.com' },
@@ -29,7 +31,6 @@ classifiers = [
29
31
' Framework :: Pydantic' ,
30
32
' Intended Audience :: Developers' ,
31
33
' Intended Audience :: Information Technology' ,
32
- ' License :: OSI Approved :: MIT License' ,
33
34
' Operating System :: POSIX :: Linux' ,
34
35
' Operating System :: Microsoft :: Windows' ,
35
36
' Operating System :: MacOS' ,
@@ -38,7 +39,7 @@ classifiers = [
38
39
dependencies = [
39
40
' typing-extensions>=4.14.1' ,
40
41
]
41
- dynamic = [' license ' , ' readme' , ' version' ]
42
+ dynamic = [' readme' , ' version' ]
42
43
43
44
[project .urls ]
44
45
Homepage = ' https://github.com/pydantic/pydantic-core'
0 commit comments