projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c546bc1
)
Tying to fix P3 incompatibility
author
Aleksey Maksimov
<ctpeko3a@gmail.com>
Thu, 13 Feb 2014 14:33:05 +0000
(22:33 +0800)
committer
Aleksey Maksimov
<ctpeko3a@gmail.com>
Thu, 13 Feb 2014 14:33:05 +0000
(22:33 +0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 185a7a7dc153129f53ba3289c74382d344ff46e1..65443eda97d614faabdb41a609ce1f7327550ba6 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-12,7
+12,7
@@
SHORT_DESCRIPTION = 'A Python API for accessing resources on a Jenkins continuou
try:
DESCRIPTION = open(os.path.join(PROJECT_ROOT, "README.rst")).read()
-except
IOError, _
:
+except
(IOError, _)
:
DESCRIPTION = SHORT_DESCRIPTION
GLOBAL_ENTRY_POINTS = {