Fixed entry point

This commit is contained in:
Rhet Turnbull
2022-02-26 22:49:39 -08:00
parent 8ee4ea46c5
commit d2753672f3
2 changed files with 2 additions and 2 deletions

View File

@@ -99,6 +99,6 @@ setup(
"toml>=0.10.2,<0.11.0",
"wurlitzer>=2.1.0,<3.0.0",
],
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli_main"]},
include_package_data=True,
)