Skip to content

Commit f510ceb

Browse files
committed
fix missing template path
1 parent 550a517 commit f510ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = "Helping Ethical Hackers use LLMs in 50 lines of code"
1515
readme = "README.md"
1616
keywords = ["hacking", "pen-testing", "LLM", "AI", "agent"]
1717
requires-python = ">=3.10"
18-
version = "0.3.0"
18+
version = "0.3.1"
1919
license = { file = "LICENSE" }
2020
classifiers = [
2121
"Programming Language :: Python :: 3",
@@ -50,7 +50,7 @@ where = ["src"]
5050

5151
[tool.setuptools.package-data]
5252
"hackingBuddyGPT.usecases.privesc.templates" = ["*.txt"]
53-
"hackingBuddyGPT.usecases.minimal" = ["*.txt"]
53+
"hackingBuddyGPT.usecases.examples" = ["*.txt"]
5454

5555
[tool.pytest.ini_options]
5656
pythonpath = "src"

0 commit comments

Comments
 (0)