Skip to content

Commit

Permalink
v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xaitax committed May 20, 2024
1 parent c13ed1a commit d09b69d
Show file tree
Hide file tree
Showing 8 changed files with 768 additions and 718 deletions.
3 changes: 0 additions & 3 deletions config.json

This file was deleted.

File renamed without changes.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ documentation = "https://github.com/xaitax/SploitScan#readme"
python = "^3.8"
requests = "^2.31.0"
jinja2 = "^3.1.2"

[tool.setuptools.package-dir]
sploitscan = "sploitscan"

[tool.setuptools.packages.find]
where = ["sploitscan"]

[tool.setuptools.package-data]
sploitscan = ["templates/*.html", "config.json"]
Loading

0 comments on commit d09b69d

Please sign in to comment.