Skip to content

Commit beeb59b

Browse files
committed
fix email display bug in pyproject authors
1 parent 7c8764d commit beeb59b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description = "Dynamical Components Analysis"
99
readme = "README.md"
1010
requires-python = ">=3.6"
1111
authors = [
12-
{ name="Jesse Livezey", email="jesse.livezey@gmail.com" },
13-
{ name="David Clark" }
12+
{ name = "Jesse Livezey", email = "jesse.livezey@gmail.com" },
13+
{ name = "David Clark", email = "" }
1414
]
1515
license = { file = "LICENSE.txt" }
1616
classifiers = [

0 commit comments

Comments
 (0)