Add script to project

This commit is contained in:
counterweight 2023-08-02 19:17:57 +02:00
parent afe81af496
commit 2bd027b00f
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -6,6 +6,9 @@ authors = ["counterweight <counterweightoperator@protonmail.com>"]
readme = "README.md"
packages = [{include = "camisatoshi_wordpress_reports"}]
[tool.poetry.scripts]
camisatoshi-wordpress-reports = "camisatoshi_wordpress_reports.main:app"
[tool.poetry.dependencies]
python = "^3.9"
typer = {extras = ["all"], version = "^0.9.0"}