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