Tooling V1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user