update setup.py

This commit is contained in:
Fanani M. Ihsan 2016-05-27 08:24:56 +07:00
parent fd3ba26f09
commit 64b2ad3880

View File

@ -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
)