From 8b416191a91aa30fff26b45ae76b7fb856ab01c2 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 25 Jul 2017 13:50:34 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61a5dc34..7677c3d4 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( # description description="An TTY Screen Reader For Linux.", long_description=read('README.md'), - keywords='screenreader a11y accessibility terminal console', + keywords=['screenreader', 'a11y', 'accessibility', 'terminal', 'TTY', 'console'], license="License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", url="https://github.com/chrys87/fenrir/", download_url = 'https://github.com/chrys87/fenrir/archive/' + fenrirVersion + '.tar.gz',