Skip to content

Commit 2a0f863

Browse files
authored
make list of authors more complete
1 parent e6ab7a1 commit 2a0f863

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ dependencies = [
1414
requires-python = ">= 3.9"
1515
authors = [
1616
{name = "Max Bachmann", email = "[email protected]"},
17+
{name = "David Necas"},
18+
{name = "Mikko Ohtamaa"},
19+
{name = "Antti Haapala"},
20+
]
21+
maintainers = [
22+
{name = "Max Bachmann", email = "[email protected]"},
1723
]
1824
description = "Python extension for computing string edit distances and similarities."
1925
readme = "README.md"

0 commit comments

Comments
 (0)