This commit is contained in:
vy.boyko 2025-10-25 21:31:46 +03:00
parent 36bcbb6847
commit 68f9d01469
2 changed files with 8 additions and 2 deletions

View File

@ -145,10 +145,16 @@ poetry shell
python -m k8s_tool.main python -m k8s_tool.main
``` ```
или
```
poetry run k8s-tool
```
## Лицензия ## Лицензия
MIT MIT
## Автор ## Автор
vy.boyko bvn13

View File

@ -3,7 +3,7 @@ name = "k8s-tool"
version = "0.1.0" version = "0.1.0"
description = "Interactive kubectl helper tool" description = "Interactive kubectl helper tool"
authors = [ authors = [
{name = "vy.boyko"} {name = "bvn13"}
] ]
readme = "README.md" readme = "README.md"
requires-python = "^3.9" requires-python = "^3.9"