Fixed setup.py

This commit is contained in:
Rhet Turnbull 2021-04-17 17:58:15 -07:00
parent 7ae5b8aae7
commit 952f1a6c3c

View File

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