Skip to content

Commit

Permalink
entrypoint update
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Baji committed Jun 30, 2024
1 parent 57f34e2 commit 80686e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
entry_points={
"console_scripts": [
f"{package.__name__}={package.__name__}.command_line:{package.__name__}"
f"{package.__name__}={package.__name__}.command_line.command_line:{package.__name__}"
],
},
include_package_data=True,
Expand Down

0 comments on commit 80686e8

Please sign in to comment.