Skip to content

Commit

Permalink
feat(fix poetry script):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Jan 11, 2025
1 parent 9e8b0c2 commit ceea0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agentic_security"
version = "0.4.1"
version = "0.4.2"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]
Expand All @@ -24,7 +24,7 @@ packages = [{ include = "agentic_security", from = "." }]


[tool.poetry.scripts]
agentic_security = "agentic_security.__main__:entrypoint"
agentic_security = "agentic_security.__main__:main"

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit ceea0c0

Please sign in to comment.