Commit 0871b04
Prepare 4.4.0 release metadata
Two small gaps found while checking the build ahead of the release:
- The 4.4.0 changelog heading had no date, unlike every previous entry.
- `long_description_content_type` was never declared, so `twine check`
warned and PyPI had to fall back to guessing `text/x-rst`. The long
description is reStructuredText, so the guess was right, but stating
it removes the warning and stops a future default change from
silently breaking the project page rendering.
With both applied, `twine check` passes with no warnings.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 12e6844 commit 0871b04
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments