Skip to content

Commit 53bdfa6

Browse files
authored
update authors (#1668)
1 parent aa142f9 commit 53bdfa6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ build-backend = 'maturin'
66
name = 'pydantic_core'
77
description = "Core functionality for Pydantic validation and serialization"
88
requires-python = '>=3.9'
9-
authors = [{ name = 'Samuel Colvin', email = 's@muelcolvin.com' }]
9+
authors = [
10+
{ name = 'Samuel Colvin', email = 's@muelcolvin.com' },
11+
{ name = 'Adrian Garcia Badaracco', email = '1755071+adriangb@users.noreply.github.com' },
12+
{ name = 'David Montague', email = 'david@pydantic.dev' },
13+
{ name = 'David Hewitt', email = 'mail@davidhewitt.dev' },
14+
{ name = 'Sydney Runkle', email = 'sydneymarierunkle@gmail.com' },
15+
{ name = 'Victorien Plot', email='contact@vctrn.dev' },
16+
]
1017
classifiers = [
1118
'Development Status :: 3 - Alpha',
1219
'Programming Language :: Python',

0 commit comments

Comments
 (0)