Fix line too long

This commit is contained in:
Antonio J. Delgado 2023-06-27 14:03:35 +03:00
parent be6d7b2c83
commit 1186a66aba

View file

@ -13,9 +13,16 @@ setuptools.setup(
name='image_classifier',
author_email="antoniodelgado@susurrando.com",
url="",
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.""",
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=["face-recognition", "face", "recognition", "classify", "images", "metadata"]
keywords=[
"face-recognition",
"face",
"recognition",
"classify",
"images",
"metadata"
]
)