update setup.py
This commit is contained in:
parent
fd3ba26f09
commit
64b2ad3880
11
setup.py
11
setup.py
@ -3,11 +3,20 @@ from setuptools import setup
|
|||||||
setup(
|
setup(
|
||||||
name='pyzk',
|
name='pyzk',
|
||||||
version='0.1',
|
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',
|
url='https://github.com/fananimi/pyzk',
|
||||||
author='Fanani M. Ihsan',
|
author='Fanani M. Ihsan',
|
||||||
author_email='fanani.mi@gmail.com',
|
author_email='fanani.mi@gmail.com',
|
||||||
license='LICENSE.txt',
|
license='LICENSE.txt',
|
||||||
packages=['zk'],
|
packages=['zk'],
|
||||||
|
keywords = [
|
||||||
|
'zksoftware',
|
||||||
|
'pyzk',
|
||||||
|
'zk',
|
||||||
|
'attendance machine',
|
||||||
|
'fingerprint',
|
||||||
|
'biometrics',
|
||||||
|
'security'
|
||||||
|
],
|
||||||
zip_safe=False
|
zip_safe=False
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user