Skip to content

Commit 68ee748

Browse files
committed
Add comma between authors in pyproject.toml (bugfix)
1 parent 390895f commit 68ee748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ requires-python = ">=3.8"
1515
keywords = ["python", "conversation-analysis", "participation-shifts", "turn-taking"]
1616
license = {text = "MIT"}
1717
authors = [
18-
{name = "Bruno Saraiva", email = "bruno.saraiva@ulusofona.pt"}
19-
{name = "João Pedro Carvalho", email = "joao.matos.carvalho@ulusofona.pt" }
20-
{name = "Nuno Fachada", email = "nuno.fachada@ulusofona.pt" }
18+
{name = "Bruno Saraiva", email = "bruno.saraiva@ulusofona.pt"},
19+
{name = "João Pedro Carvalho", email = "joao.matos.carvalho@ulusofona.pt" },
20+
{name = "Nuno Fachada", email = "nuno.fachada@ulusofona.pt" },
2121
{name = "Manuel Pita", email = "manuel.pita@ulusofona.pt" }
2222
]
2323
dependencies = ["pandas", "matplotlib", "squarify", "seaborn"]

0 commit comments

Comments
 (0)