Commit f8d6879
chore: pyproject.toml'a hatch sources config eklendi
Editable install'ın src layout'u doğru bulması için
[tool.hatch.build.targets.wheel] sources = ["src"] eklendi.
Not: Türkçe karakter içeren path'lerde .pth dosyası encoding
sorunu yaşanabilir (UTF-8 vs cp1254). Workaround olarak
PYTHONPATH="src" veya .pth dosyasını locale encoding ile
yeniden yazmak gerekebilir.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 95f9a0c commit f8d6879
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments