Commit 5998b2a
committed
fix: update locales path and resolve manifest warnings
- Renamed i18n directory from 'locale' to 'locales' in MANIFEST.in and pyproject.toml to prevent potential namespace shadowing.
- Fixed a typo in MANIFEST.in that merged 'top_level.txt' and 'build_hooks.py' into a single invalid line.
- Corrected the recursive-include paths to ensure .mo and .pot translation files are properly captured in the source distribution.
- Updated _vendor/uv submodule to include recent memory-safe release profile changes.
Modified:
• MANIFEST.in (+4/-3 lines)
• pyproject.toml (+3/-3 lines)
[gitship-generated]1 parent 1a936b2 commit 5998b2a
3 files changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments