From 198a009a6b4f55894cf61538c98859443dca80bf Mon Sep 17 00:00:00 2001 From: raimon Date: Mon, 5 Feb 2018 19:08:31 +0900 Subject: [PATCH] Update meta keywords of this package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 579415a..432a973 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def read_file(filename): 'Topic :: System :: Systems Administration', 'Topic :: System :: System Shells', ], - keywords='pip license', + keywords='pip pypi package license check', py_modules=['piplicenses'], license=LICENSE, install_requires=['PTable'],