From 36b018847c573ef2366928b339da71a138bbf7fa Mon Sep 17 00:00:00 2001 From: PS Narayanan Date: Wed, 30 Aug 2023 09:50:27 +0530 Subject: [PATCH] Update author name in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0f5d4a1..b7994286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "torbot" version = "3.1.1" description = "OSINT for the dark web" -authors = ["Akeem King "] +authors = ["Akeem King , PS Narayanan "] license = "GNU GPL" include = [".env"]