Skip to content

Commit 57c0ae9

Browse files
committed
fix: shorten crates.io keyword to satisfy schema (≤20 chars)
Qodana Schema violation: "reinforcement-learning" is 22 chars; crates.io keywords must be ≤20. Use "rl" instead so publish metadata validates.
1 parent 9995a4b commit 57c0ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Neuromodulatory reward shaping and RL critic functions for SNNs."
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/Limen-Neural/limbic-critic"
99
readme = "README.md"
10-
keywords = ["snn", "neuromodulators", "reinforcement-learning", "reward"]
10+
keywords = ["snn", "neuromodulators", "rl", "reward"]
1111
categories = ["science", "simulation"]
1212

1313
[lib]

0 commit comments

Comments
 (0)