Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Added additional entry point for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Oct 8, 2021
1 parent 57aa2a3 commit 4f67ed0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"tenacity>=8.0.1,<9.0.0",
],
python_requires=">=3.7",
entry_points={"console_scripts": ["photos_time_warp=photos_time_warp.cli:cli"]},
entry_points={
"console_scripts": [
"photos_time_warp=photos_time_warp.cli:cli",
"ptw=photos_time_warp.cli:cli",
]
},
include_package_data=True,
)

0 comments on commit 4f67ed0

Please sign in to comment.