diff --git a/pyproject.toml b/pyproject.toml index b91c3aa..67346da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "howdyho" -version = "2.0" +version = "3.0" description = "" authors = ["voronin9032 "] @@ -10,6 +10,9 @@ python = "^3.7" [tool.poetry.dev-dependencies] pytest = "^5.2" +[tool.poetry.scripts] +howdyho = "howdyho:while_true_print_howdyho_help" + [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"