From f3f92cbc77f03fd807956ff5cb3ed863d9e96961 Mon Sep 17 00:00:00 2001 From: "dingfeng.wong" Date: Wed, 9 Jul 2025 19:50:57 +0800 Subject: [PATCH] u --- pyproject.toml | 3 +++ cli.py => src/elf/cli.py | 0 2 files changed, 3 insertions(+) rename cli.py => src/elf/cli.py (100%) diff --git a/pyproject.toml b/pyproject.toml index 4ef23a6..6cf0db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,9 @@ dependencies = [ "typer>=0.16.0", ] +[project.scripts] +elf = "elf.cli:app" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build" diff --git a/cli.py b/src/elf/cli.py similarity index 100% rename from cli.py rename to src/elf/cli.py