Skip to content

Commit

Permalink
Revert "Expand crate keywords"
Browse files Browse the repository at this point in the history
This reverts commit e2f1aca.

It turns out that crates.io rejects uploads with more than five
keywords.
  • Loading branch information
mgeisler committed Sep 15, 2022
1 parent efc9921 commit 43ad7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Library for word wrapping, indenting, and dedenting strings. Has
documentation = "https://docs.rs/textwrap/"
repository = "https://github.com/mgeisler/textwrap"
readme = "README.md"
keywords = ["text", "formatting", "wrap", "fill", "typesetting", "unicode", "hyphenation"]
keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
categories = ["text-processing", "command-line-interface"]
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit 43ad7fc

Please sign in to comment.