Skip to content

Commit 550ee16

Browse files
authored
Switch to PEP 639 license information (#1769)
1 parent a630293 commit 550ee16

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
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 = 's@muelcolvin.com' },
1113
{ name = 'Adrian Garcia Badaracco', email = '1755071+adriangb@users.noreply.github.com' },
@@ -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'

uv.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)