From 92798dbda998df0ee73e147f762b3acea93f27f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Sun, 24 Jan 2016 15:03:20 +0100 Subject: [PATCH] Distribution: Add new keywords --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bee7750..f36989d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( author=__author__, description=APP_DESCRIPTION, license=__license__, - keywords=['yaml', 'lint', 'linter'], + keywords=['yaml', 'lint', 'linter', 'syntax', 'checker'], url='https://github.com/adrienverge/yamllint', classifiers=[ 'Development Status :: 4 - Beta',