From c05f6827b6cec4c71bb490768088957bb3afc4ca Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:11:48 +0200 Subject: [PATCH] Add legacy wrapper to the installation --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bf732f3..2c46f00a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,9 @@ docs = [ homepage = 'https://github.com/bitsorg/bits' [tool.setuptools] -script-files = ["bits", "bitsBuild", "bitsDoctor", "bitsDeps", "pb"] +# aliBuild is the legacy-compatibility wrapper; it must be installed next to +# bits, since it execs "$(dirname "$0")/bits". +script-files = ["bits", "bitsBuild", "bitsDoctor", "bitsDeps", "pb", "aliBuild"] [tool.setuptools_scm] write_to = "bits_helpers/_version.py"