Added XMP sidecar to export

This commit is contained in:
Rhet Turnbull
2020-01-26 09:34:53 -08:00
parent ba224af3fb
commit 4dfb131a21
6 changed files with 180 additions and 20 deletions

View File

@@ -61,6 +61,6 @@ setup(
"Programming Language :: Python :: 3.6",
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=["pyobjc>=6.0.1", "Click>=7", "PyYAML>=5.1.2"],
install_requires=["pyobjc>=6.0.1", "Click>=7", "PyYAML>=5.1.2", "Mako>=1.1.1"],
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
)