From 477cd56bbf7eca6fad20009cb93d70aad9dcf112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Sun, 16 Oct 2022 16:23:59 +0200 Subject: [PATCH] chore: Add limiters to package metadata keywords --- pyproject.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd94d33..2189e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",