[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mux-0kmtui" version = "0.1.0" description = "TUI for running commands on multiple VPS via 0km vps-mux" readme = "README.md" requires-python = ">=3.10" license = "AGPL-3.0-or-later" authors = [ { name = "Stéphan Sainléger", email = "stephan@sainleger.fr" } ] dependencies = [ "textual>=0.47.0", "pyyaml>=6.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0", "textual-dev>=1.0", ] [project.scripts] mux-0kmtui = "mux_0kmtui.app:main" [tool.hatch.build.targets.wheel] packages = ["src/mux_0kmtui"] [tool.hatch.build.targets.sdist] include = [ "/src", ]