Skip to content

Commit

Permalink
Fix command line script name
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed Sep 8, 2022
1 parent 15afd5e commit 9f883c2
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 @@ -50,7 +50,7 @@
],
entry_points={
'console_scripts': [
'dinosay = mkpl:main'
'mkpl = mkpl:main'
]
},
python_requires='>=3.5'
Expand Down

0 comments on commit 9f883c2

Please sign in to comment.