Skip to content

Commit a750c77

Browse files
committed
Switch to PEP 639 license information
1 parent a630293 commit a750c77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[build-system]
2-
requires = ['maturin>=1,<2']
2+
requires = ['maturin>=1.9,<2']
33
build-backend = 'maturin'
44

55
[project]
66
name = 'pydantic_core'
77
description = "Core functionality for Pydantic validation and serialization"
88
requires-python = '>=3.9'
9+
license = 'MIT'
10+
license-files = ['LICENSE']
911
authors = [
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 = [
3839
dependencies = [
3940
'typing-extensions>=4.14.1',
4041
]
41-
dynamic = ['license', 'readme', 'version']
42+
dynamic = ['readme', 'version']
4243

4344
[project.urls]
4445
Homepage = 'https://github.com/pydantic/pydantic-core'

0 commit comments

Comments
 (0)