Skip to content

Commit 93fc533

Browse files
mnriemCopilot
andauthored
fix: bundle scripts/python in wheel so --script py works (#3665) (#3668)
The wheel force-include mapped scripts/bash and scripts/powershell into core_pack but omitted scripts/python. As a result, `specify init --script py` laid down commands referencing .specify/scripts/python/*.py while installing bash scripts, breaking every command at its first setup step. Add the scripts/python force-include mapping to mirror the other script variants so the core Python scripts ship in the packaged wheel. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Copilot-Session: 1bc9c590-2c0c-4d88-bf3c-23f265cef82d Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 3356161 commit 93fc533

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ packages = ["src/specify_cli"]
3939
"templates/commands" = "specify_cli/core_pack/commands"
4040
"scripts/bash" = "specify_cli/core_pack/scripts/bash"
4141
"scripts/powershell" = "specify_cli/core_pack/scripts/powershell"
42+
"scripts/python" = "specify_cli/core_pack/scripts/python"
4243
# Bundled extensions (installable via `specify extension add <name>`)
4344
"extensions/git" = "specify_cli/core_pack/extensions/git"
4445
"extensions/agent-context" = "specify_cli/core_pack/extensions/agent-context"

0 commit comments

Comments
 (0)