Added name and description to cmd_line

This commit is contained in:
Rhet Turnbull
2019-11-24 21:08:01 -08:00
parent b36b7e7eb2
commit 5af2b3e039
3 changed files with 115 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
setup(
name="osxphotos",
version="0.14.3",
version="0.14.4",
description="Manipulate (read-only) Apple's Photos app library on Mac OS X",
long_description=long_description,
long_description_content_type="text/markdown",