Skip to content

Commit 233e20b

Browse files
authored
Fix author listing (#259)
1 parent 0a3ba43 commit 233e20b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@ dependencies = [
1616
]
1717
requires-python = ">=3.9"
1818
authors = [
19-
{ name = "Noah Hollmann", email = "[email protected]" },
20-
{ name = "Samuel Müller", email = "[email protected]" },
19+
{ name = "Noah Hollmann" }
20+
{ name = "Samuel Müller" },
2121
{ name = "Lennart Purucker" },
2222
{ name = "Arjun Krishnakumar" },
2323
{ name = "Max Körfer" },
2424
{ name = "Shi Bin Hoo" },
2525
{ name = "Robin Tibor Schirrmeister" },
26-
{ name = "Frank Hutter", email = "[email protected]" },
27-
26+
{ name = "Frank Hutter" },
2827
{ name = "Eddie Bergman"}, # Huge thanks to code refactoring contributor Eddie
29-
3028
{ name = "Leo Grinsztajn"}
3129
]
3230
readme = "README.md"

0 commit comments

Comments
 (0)