Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d21032a
)
THRIFT-2437 Author fields in Python setup.py must be strings not lists
author
Roger Meier
<roger@apache.org>
Mon, 31 Mar 2014 17:49:53 +0000
(19:49 +0200)
committer
Roger Meier
<roger@apache.org>
Mon, 31 Mar 2014 17:49:53 +0000
(19:49 +0200)
Patch: Pascal Bach
lib/py/setup.py
patch
|
blob
|
history
diff --git
a/lib/py/setup.py
b/lib/py/setup.py
index
5d2cf8a
..
76a3526
100644
(file)
--- a/
lib/py/setup.py
+++ b/
lib/py/setup.py
@@
-68,8
+68,8
@@
def run_setup(with_binary):
setup(name = 'thrift',
version = '1.0.0-dev',
description = 'Python bindings for the Apache Thrift RPC system',
- author =
['Thrift Developers']
,
- author_email =
['dev@thrift.apache.org']
,
+ author =
'Thrift Developers'
,
+ author_email =
'dev@thrift.apache.org'
,
url = 'http://thrift.apache.org',
license = 'Apache License 2.0',
packages = [