We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ed3c5 commit f549e80Copy full SHA for f549e80
setup.py
@@ -6,7 +6,8 @@
6
packages=['commit_helper'],
7
entry_points={
8
'console_scripts': [
9
- 'commit = commit_helper.__main__:main'
+ 'commit = commit_helper.__main__:main',
10
+ 'commit-helper = commit_helper.__main__:main',
11
]
12
},
13
install_requires=[
0 commit comments