From 2be210c9482c2eb9002f45c706e2177d3d39a5c7 Mon Sep 17 00:00:00 2001 From: klaas <48212135+klaasmeinke@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:40:57 -0700 Subject: [PATCH] add github repo to pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76fc3ad..c7af081 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "subwiz" -version = "0.1.2" +version = "0.1.3" description = "A recon tool that uses AI to predict subdomains. Then returns those that resolve." readme = "README.md" requires-python = ">=3.7" @@ -22,3 +22,6 @@ dependencies = [ [project.scripts] subwiz = "subwiz.cli:main" + +[project.urls] +Source = "https://github.com/hadriansecurity/subwiz"