[project] name = "lvsolar-debug-console" version = "0.1.0" description = "Debug console TUI for LVSolarBuck STM32 firmware" requires-python = ">=3.11" dependencies = [ "pyserial>=3.5", "textual>=0.40.0", ] [project.scripts] debug-console = "debug_console.__main__:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["debug_console"]