Added exception handling/capture for convert-to-jpeg, issue #322

This commit is contained in:
Rhet Turnbull
2021-01-03 09:36:26 -08:00
parent 83915c65ab
commit 05f111a287
4 changed files with 13 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f:
setup(
name="osxphotos",
version=about["__version__"],
description="Manipulate (read-only) Apple's Photos app library on Mac OS X",
description="Export photos from Apple's macOS Photos app and query the Photos library database to access metadata about images.",
long_description=about["long_description"],
long_description_content_type="text/markdown",
author="Rhet Turnbull",