Tooling V1

This commit is contained in:
2026-03-21 22:23:08 +01:00
parent 6ea8f7ddbd
commit 0e8a6f7e9f
8 changed files with 508 additions and 4 deletions

View File

@@ -5,7 +5,9 @@ description = "NeoECU build and flash tooling"
authors = [{ name = "Hector van der Aa", email = "hector@h3cx.dev" }]
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"rich>=14.3.3",
]
[project.scripts]
neoecu = "neoecu.cli:main"