Initial implementation for Finder tags

This commit is contained in:
Rhet Turnbull
2020-12-30 08:32:42 -08:00
parent 5dccdf7750
commit 5885b23d32
4 changed files with 150 additions and 53 deletions

View File

@@ -81,6 +81,7 @@ setup(
"wurlitzer>=2.0.1",
"photoscript>=0.1.0",
"toml>=0.10.0",
"osxmetadata>=0.99.11",
],
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
include_package_data=True,