We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb95f9 commit f5a4b48Copy full SHA for f5a4b48
setup.py
@@ -6,7 +6,7 @@
6
packages=['commit_helper'],
7
entry_points={
8
'console_scripts': [
9
- 'commit = commit_helper.__main__:main'
+ 'commit = commit_helper.__main__'
10
]
11
},
12
install_requires=[
0 commit comments