[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "bw-menu" version = "0.1.0" requires-python = ">=3.10" dependencies = ["pyyaml"] [project.scripts] bw-menu = "bw_menu.__main__:main"