File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ build-backend = 'maturin'
6
6
name = ' pydantic_core'
7
7
description = " Core functionality for Pydantic validation and serialization"
8
8
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
+ ]
10
17
classifiers = [
11
18
' Development Status :: 3 - Alpha' ,
12
19
' Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments