File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 'python-jenkins>=0.4.8' ,
1010 'six>=1.9.0' ]
1111
12- setup (name = 'jenkins-cli' ,
13- version = '0.1' ,
14- description = 'Commandline interface for Jenkins' ,
15- long_description = README ,
16- author = 'Denys Levchenko' ,
17- keywords = 'jenkins, commandline, cli' ,
18- packages = find_packages (),
19- install_requires = requires ,
20- entry_points = {
21- 'console_scripts' : [ 'jenkins-cli = jenkins_cli:main' ]
22- }
12+ setup (
13+ name = 'jenkins-cli' ,
14+ version = '0.1' ,
15+ description = 'Commandline interface for Jenkins' ,
16+ long_description = README ,
17+ author = 'Denys Levchenko' ,
18+ keywords = 'jenkins, commandline, cli' ,
19+ license = 'http://opensource.org/licenses/MIT' ,
20+ packages = find_packages (),
21+ install_requires = requires ,
22+ entry_points = {
23+ 'console_scripts' : [ 'jenkins-cli = jenkins_cli:main' ]
24+ }
2325)
You can’t perform that action at this time.
0 commit comments