[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "l4d2host" version = "0.1.0" description = "L4D2 host library and CLI" readme = "README.md" requires-python = ">=3.13" dependencies = [ "typer>=0.12", "PyYAML>=6.0", ] [project.scripts] l4d2ctl = "l4d2host.cli:app"