Skip to content

Commit

Permalink
add github repo to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasmeinke committed Aug 18, 2024
1 parent ce60364 commit 2be210c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -22,3 +22,6 @@ dependencies = [

[project.scripts]
subwiz = "subwiz.cli:main"

[project.urls]
Source = "https://github.com/hadriansecurity/subwiz"

0 comments on commit 2be210c

Please sign in to comment.