diff --git a/pyproject.toml b/pyproject.toml index 9c15b9b..3d9e3dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,9 @@ authors = ["counterweight "] 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"}