From 64b2ad38806b9127d1dd8129a59b57e735913cc9 Mon Sep 17 00:00:00 2001 From: "Fanani M. Ihsan" Date: Fri, 27 May 2016 08:24:56 +0700 Subject: [PATCH] update setup.py --- setup.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 977243b..4b5a83c 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,20 @@ from setuptools import setup setup( name='pyzk', version='0.1', - description='The unofficial library of zksoftware the fingerprint attendance machine.', + description='a unofficial library of zksoftware the fingerprint attendance machine.', url='https://github.com/fananimi/pyzk', author='Fanani M. Ihsan', author_email='fanani.mi@gmail.com', license='LICENSE.txt', packages=['zk'], + keywords = [ + 'zksoftware', + 'pyzk', + 'zk', + 'attendance machine', + 'fingerprint', + 'biometrics', + 'security' + ], zip_safe=False )