Skip to content

Commit e8744e4

Browse files
Fix missing comma in pyproject.toml (#278)
1 parent 233e20b commit e8744e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
]
1717
requires-python = ">=3.9"
1818
authors = [
19-
{ name = "Noah Hollmann" }
19+
{ name = "Noah Hollmann" },
2020
{ name = "Samuel Müller" },
2121
{ name = "Lennart Purucker" },
2222
{ name = "Arjun Krishnakumar" },

0 commit comments

Comments
 (0)