Added --min-size, --max-size query options, #425

This commit is contained in:
Rhet Turnbull
2021-04-17 17:56:48 -07:00
parent 2e189d771e
commit 7ae5b8aae7
18 changed files with 272 additions and 13 deletions

View File

@@ -86,6 +86,7 @@ setup(
"osxmetadata>=0.99.13",
"textx==2.3.0",
"rich>=9.11.1",
"bitmath==bitmath 1.3.3.1",
],
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
include_package_data=True,