Skip to content

Commit

Permalink
Drop .py extension from entry point
Browse files Browse the repository at this point in the history
This change is part of Debian since 2013.
  • Loading branch information
sebastinas committed Oct 28, 2023
1 parent 8f4c3b9 commit 826acec
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 @@ -105,7 +105,7 @@ def run(self):
py_modules=["isrcsubmit"],
entry_points={
'console_scripts': [
'isrcsubmit.py=isrcsubmit:main',
'isrcsubmit=isrcsubmit:main',
],
},
license="GPLv3+",
Expand Down

0 comments on commit 826acec

Please sign in to comment.