Skip to content

Commit a9905f2

Browse files
committed
rename console script entrypoint back to jenkins
1 parent a6630d5 commit a9905f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
packages=find_packages(),
2323
install_requires=requires,
2424
entry_points = {
25-
'console_scripts' : [ 'jenkins-cli = jenkins_cli:main' ]
25+
'console_scripts' : [ 'jenkins = jenkins_cli:main' ]
2626
}
2727
)

0 commit comments

Comments
 (0)