This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch brokerclient in repository pyhoca-gui. commit 6d5481daecb605f7ebf3f8393b35771d83bd3005 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 5 23:40:32 2014 +0100 some whitespace fixes --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ebb878b..f75e96e 100755 --- a/setup.py +++ b/setup.py @@ -316,8 +316,8 @@ setup( "dest_base": PROGRAM_NAME, }, ], - data_files=data_files, + data_files = data_files, zipfile = LIBRARY_ZIP, executables = executables, - options=cmd_options, + options = cmd_options, ) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git