Update setup.py

This commit is contained in:
chrys87 2017-07-25 13:50:34 +02:00 committed by GitHub
parent bd4a358123
commit 8b416191a9

View File

@ -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',