Add script to project
This commit is contained in:
parent
afe81af496
commit
2bd027b00f
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ authors = ["counterweight <counterweightoperator@protonmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{include = "camisatoshi_wordpress_reports"}]
|
packages = [{include = "camisatoshi_wordpress_reports"}]
|
||||||
|
|
||||||
|
[tool.poetry.scripts]
|
||||||
|
camisatoshi-wordpress-reports = "camisatoshi_wordpress_reports.main:app"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
typer = {extras = ["all"], version = "^0.9.0"}
|
typer = {extras = ["all"], version = "^0.9.0"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue