Fix line too long
This commit is contained in:
parent
be6d7b2c83
commit
1186a66aba
1 changed files with 10 additions and 3 deletions
13
setup.py
13
setup.py
|
@ -13,9 +13,16 @@ setuptools.setup(
|
||||||
name='image_classifier',
|
name='image_classifier',
|
||||||
author_email="antoniodelgado@susurrando.com",
|
author_email="antoniodelgado@susurrando.com",
|
||||||
url="",
|
url="",
|
||||||
description="""Find faces in images and add the names as metadata to the images. Move images to
|
description="""Find faces in images and add the names as metadata to the
|
||||||
a folder withe the structure YYYY/MM/DD.""",
|
images. Move images to a folder withe the structure YYYY/MM/DD.""",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
keywords=["face-recognition", "face", "recognition", "classify", "images", "metadata"]
|
keywords=[
|
||||||
|
"face-recognition",
|
||||||
|
"face",
|
||||||
|
"recognition",
|
||||||
|
"classify",
|
||||||
|
"images",
|
||||||
|
"metadata"
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue