From 322e9ddcf363622ad36ad969b602b5d432239c0f Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sun, 08 Feb 2026 00:08:42 +0000 Subject: [PATCH] Rename final binary not to conflict with existing archbuild --- pyproject.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd3ddb9..c92fcfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ] [project.scripts] -archbuild = "archbuild.cli:main" +archrepobuild = "archbuild.cli:main" [tool.hatch.build.targets.wheel] packages = ["src/archbuild"] -- Gitblit v1.10.0