Install as a script
This commit is contained in:
parent
fb7594bfc2
commit
a9ce943293
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue