diff --git a/setup.py b/setup.py index ce2512a..cdb7883 100755 --- a/setup.py +++ b/setup.py @@ -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" + ] )