We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6630d5 commit a9905f2Copy full SHA for a9905f2
1 file changed
setup.py
@@ -22,6 +22,6 @@
22
packages=find_packages(),
23
install_requires=requires,
24
entry_points = {
25
- 'console_scripts' : [ 'jenkins-cli = jenkins_cli:main' ]
+ 'console_scripts' : [ 'jenkins = jenkins_cli:main' ]
26
}
27
)
0 commit comments