This commit is contained in:
dingfeng.wong
2025-07-09 19:50:57 +08:00
parent a8db36fa73
commit f3f92cbc77
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ dependencies = [
"typer>=0.16.0",
]
[project.scripts]
elf = "elf.cli:app"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
View File