Added PhotoInfo.place for reverse geolocation data

This commit is contained in:
Rhet Turnbull
2020-03-21 10:39:42 -07:00
parent 816b98e617
commit b338b34d50
149 changed files with 1502 additions and 31 deletions

View File

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