Skip to content

Commit 775e80b

Browse files
committed
pyproject(project.authors): Update for packaging
ValueError: invalid pyproject.toml config: `project.authors[0]`. configuration error: `project.authors[0]` must be object
1 parent 336b290 commit 775e80b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ name = "libvcs"
9090
version = "0.30.1"
9191
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
9292
license = {text = "MIT License"}
93-
authors = ["Tony Narlock <[email protected]>"]
93+
authors = [
94+
{name = "Tony Narlock", email = "[email protected]"},
95+
]
9496
keywords = [
9597
"libvcs",
9698
"git",

0 commit comments

Comments
 (0)