Skip to content

Commit

Permalink
fix entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
janthmueller committed Dec 16, 2024
1 parent 5939df8 commit 21df2c7
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 @@ -54,7 +54,7 @@ def read_long_description():
],
entry_points={
"console_scripts": [
"delete-me-discord=delete-me-discord:main",
"delete-me-discord=delete_me_discord:main",
],
},
)

0 comments on commit 21df2c7

Please sign in to comment.