Install as a script

This commit is contained in:
Panoramic 2024-07-02 21:26:32 +03:00
parent fb7594bfc2
commit a9ce943293
Signed by: Panoramic
GPG Key ID: 1630196630C6BE30
2 changed files with 4 additions and 2 deletions

2
poetry.lock generated
View File

@ -1256,4 +1256,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "9a24ca187536b68f887d4efa88cc45ab251e7a1aade93af3a43abc798ee216d7" content-hash = "fa199263cd9dd6a222e105b71cdd4fbf8413c28bc829beaece32cb890e0a786d"

View File

@ -5,7 +5,9 @@ description = ""
authors = ["AF2C <af2c@protonmail.com>"] authors = ["AF2C <af2c@protonmail.com>"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
readme = "README.md" readme = "README.md"
package-mode = true
[tool.poetry.scripts]
vetting-bot = "vetting_bot:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"