Add more PyPI metadata

This commit is contained in:
2022-07-01 01:12:34 +03:00
parent f28b082e9a
commit fedc627baf

View File

@@ -1,8 +1,18 @@
[tool.poetry]
name = "howdyho"
version = "3.0"
description = ""
readme = "README.md"
description = "Забавный скрипт, без остановки печатающий фразу \"Хаудихо помоги\"."
license = "MIT"
authors = ["Voronin9032 <voronin9032n3@gmail.com>"]
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"