Commit 18a8ec6
fix: use non-editable install and clean cli_entry.py for PyInstaller
- pip install . (not -e .) so PyInstaller collects all package files
- cli_entry.py: remove sys.path manipulation that breaks frozen imports
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8de3c7e commit 18a8ec6
2 files changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 2 | | |
9 | 3 | | |
10 | 4 | | |
| |||
0 commit comments