diff --git a/pyproject.toml b/pyproject.toml index 8bd4d0f..6a43fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,18 @@ [tool.poetry] name = "howdyho" version = "3.0" -description = "" +readme = "README.md" +description = "Забавный скрипт, без остановки печатающий фразу \"Хаудихо помоги\"." +license = "MIT" authors = ["Voronin9032 "] +repository = "https://github.com/voronin9032/howdyho" +classifiers = [ + "License :: OSI Approved :: MIT License", + "Natural Language :: Russian", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Topic :: Utilities" +] [tool.poetry.dependencies] python = "^3.7"