howdyho 3.0

This commit is contained in:
2021-09-29 16:19:26 +03:00
parent 262680fa08
commit df1bab4b6c

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "howdyho"
version = "2.0"
version = "3.0"
description = ""
authors = ["voronin9032 <voronin9032n3@gmail.com>"]
@@ -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"