Document things a bit more!

This commit is contained in:
2024-03-30 21:19:47 -07:00
parent d05e8fe31a
commit ca6f2c2655
4 changed files with 19 additions and 3 deletions

View File

@ -6,7 +6,7 @@ build-backend = "pdm.backend"
[project]
name = "multiball"
dynamic = ["version"]
description = "Run commands accross a set of hosts interactively."
description = "Multi-host parallel execution shell with powerful features."
authors = [{name = "Cassowary", email="cassowary@riseup.net"}]
dependencies = ["tqdm", "yaml-1.3", "prompt_toolkit", "fabric2"]
requires-python = ">=3.8"