Change usage

This commit is contained in:
2026-01-11 12:01:50 +03:00
parent 4726cbf7ec
commit 8d27a4ba61
2 changed files with 8 additions and 4 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ version = "2024.12.0a"
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["click>=8.1"]
dependencies = [
"click>=8.1",
]
authors = [
{name = "Fedor Lyanguzov"},
]