Commit e23afce
committed
fix(build): remove duplicate templates in wheel package
The force-include directive caused templates/ to be packaged twice,
resulting in "Duplicate filename in local headers" error when uploading
to PyPI. Since templates/ is already under src/doc2anki/, hatchling
includes it automatically via the packages directive.1 parent b264a23 commit e23afce
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 38 | | |
42 | 39 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
46 | 43 | | |
0 commit comments