From f8423a7872c057274850a6f539508f126d19ec4f Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Mon, 13 Jan 2025 12:36:25 +0100 Subject: [PATCH] recognise test author Eric Hacker in project authors --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index eccd8a93..e5cd675b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ authors = [ { name = "Harsh Raj" }, { name = "Shine-afk" }, { name = "Rafael Sandroni" }, + { name = "Eric Hacker" }, ] license = { file = "LICENSE" } description = "LLM vulnerability scanner"