Skip to content

Commit

Permalink
fix: update CLI entry point path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale committed Dec 14, 2024
1 parent 127118a commit 804af48
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 @@ -33,7 +33,7 @@ def get_version():
],
entry_points={
"console_scripts": [
"repominify=repominify.core.cli:main",
"repominify=repominify.cli:main",
],
},
package_data={
Expand Down

0 comments on commit 804af48

Please sign in to comment.