Increase version and add metadata
This commit is contained in:
parent
7db16e7741
commit
d22c20614e
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -9,12 +9,12 @@ if os.access(requirements_file, os.R_OK):
|
|||
setuptools.setup(
|
||||
scripts=['image_classifier/image_classifier.py'],
|
||||
author="Antonio J. Delgado",
|
||||
version='0.0.1',
|
||||
version='0.0.2',
|
||||
name='image_classifier',
|
||||
author_email="",
|
||||
author_email="antoniodelgado@susurrando.com",
|
||||
url="",
|
||||
description="",
|
||||
description="Find faces in images and add the names as metadata to the images. Move images to a folder withe the structure YYYY/MM/DD.",
|
||||
license="GPLv3",
|
||||
install_requires=requirements,
|
||||
#keywords=["my", "script", "does", "things"]
|
||||
keywords=["face-recognition", "face", "recognition", "classify", "images", "metadata"]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue