Commit b58e728
chore: switch build backend to flit and bump version to 0.3.0
Move from uv_build to flit_core with dynamic version and description. flit
derives both from the package module, so add a module docstring (→ description)
and `__version__` (→ version) to src/ymprint/__init__.py, and declare
`dynamic = ["version", "description"]` in pyproject.
Bump to 0.3.0 for release: several backward-compatible features have merged
since the 0.2.0 release (multi-page templates, scoped text styles, explicit
list syntax, graceful CLI error handling).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e414d49 commit b58e728
3 files changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | | - | |
| 6 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments