Commit 92cb89f
committed
fix(packaging): prevent unwanted files and tests from being installed
Explicitly define included packages and disable automatic package data
inclusion. This ensures that:
- Dev-only paths like `tools/` and `example/` are not installed.
- The `codespell_lib.tests` subpackage is excluded from the wheel.
- Only files explicitly listed in `package-data` are bundled.
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>1 parent 0cf8151 commit 92cb89f
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
77 | 84 | | |
78 | 85 | | |
79 | 86 | | |
| |||
0 commit comments