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'
66name = ' pydantic_core'
77description = " Core functionality for Pydantic validation and serialization"
88requires-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+ ]
1017classifiers = [
1118 ' Development Status :: 3 - Alpha' ,
1219 ' Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments