Skip to content

Commit

Permalink
chore: Add limiters to package metadata keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Oct 16, 2022
1 parent 9f3e3d8 commit 477cd56
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ requires-python = ">=3.8"
license = { file = "LICENSE", type = 'BSD-3' }
homepage = "https://github.com/sondrelg/self-limiters"
repository = "https://github.com/sondrelg/self-limiters"
keywords = ["distributed", "async", "rate-limit", "rate", "limit", "limiting", "redis", "rust"]
keywords = [
"distributed",
"async",
"rate-limit",
"rate",
"limit",
"limiting",
"redis",
"rust",
"semaphore",
"token",
"leaky",
"bucket",
"tokenbucket",
]
dependencies = []
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 477cd56

Please sign in to comment.