From de0dc22cb8e98bad5a39bcf72845d98c0e12ee29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Tue, 24 Oct 2017 14:45:10 +0200 Subject: [PATCH] setup.py: added Pasokon to keywords --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 264094a..0fd65dc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( author_email='vsza@vsza.hu', url='https://github.com/dnet/pySSTV', packages=['pysstv', 'pysstv.tests', 'pysstv.examples'], - keywords='HAM SSTV slow-scan television Scottie Martin Robot', + keywords='HAM SSTV slow-scan television Scottie Martin Robot Pasokon', install_requires = ['Pillow',], license='MIT', classifiers=[