diff --git a/poetry.lock b/poetry.lock index d02ffa4..da3fa21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1256,4 +1256,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9a24ca187536b68f887d4efa88cc45ab251e7a1aade93af3a43abc798ee216d7" +content-hash = "fa199263cd9dd6a222e105b71cdd4fbf8413c28bc829beaece32cb890e0a786d" diff --git a/pyproject.toml b/pyproject.toml index 5652e62..0797498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,9 @@ description = "" authors = ["AF2C "] license = "AGPL-3.0-or-later" readme = "README.md" -package-mode = true + +[tool.poetry.scripts] +vetting-bot = "vetting_bot:main" [tool.poetry.dependencies] python = "^3.11"