Commit 09525d2
fix: crates.io keyword length limit (#11)
crates.io rejects keywords over 20 characters; "probabilistic-programming"
is 25. Replace with "bayesian" + "ppl" (5 keywords, the maximum).
Claude-Session: https://claude.ai/code/session_01DEAKcbnLVP8iSXub2Pqor2
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent ead9887 commit 09525d2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments