Skip to content

Commit f549e80

Browse files
committed
add(setup): another call to script
1 parent 34ed3c5 commit f549e80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
packages=['commit_helper'],
77
entry_points={
88
'console_scripts': [
9-
'commit = commit_helper.__main__:main'
9+
'commit = commit_helper.__main__:main',
10+
'commit-helper = commit_helper.__main__:main',
1011
]
1112
},
1213
install_requires=[

0 commit comments

Comments
 (0)