Skip to content

Commit 2540d2f

Browse files
authored
Add missed comma
1 parent 3512115 commit 2540d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "seclang_parser"
33
dynamic = [ "version" ]
44
description = "SecLang Parser using ANTLR"
55
authors = [
6-
{name = "Felipe Zipitria", email = "felipe.zipitria@owasp.org"}
6+
{name = "Felipe Zipitria", email = "felipe.zipitria@owasp.org"},
77
{name = "Agustin de Leon", email = "adeleon@fing.edu.uy"}
88
]
99
requires-python = ">=3.11"

0 commit comments

Comments
 (0)