Commit 27add57
fix(python): restore package discovery for platform wheel builds
The explicit `packages = ["copilot"]` setting excluded the
`copilot.bin` subpackage that `scripts/build-wheels.mjs` creates
dynamically at publish time (containing the bundled CLI binary).
Switch back to `packages.find` with `include = ["copilot*"]`
so `copilot.bin` is discovered during wheel builds while still
being safely skipped during normal dev installs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9d942d4 commit 27add57
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
0 commit comments