From b745f5b83138e1e40d6c35f09088d8c7b232d584 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 25 Dec 2021 00:34:46 +0200
Subject: [PATCH] Add keyword.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 82da9fa..a045a5f 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
         "Topic :: Text Processing :: Markup",
         "Topic :: Utilities",
     ],
-    keywords="yaml",
+    keywords=["yaml", "pre-commit"],
     packages=find_packages(),
     install_requires=[
         "ruamel.yaml>=0.15.0",
-- 
GitLab