The branch, master has been updated via 97873158c66c7dada6ac0e63f02476402d476e00 (commit) from 215aa3056595c7592d1393e9a463530bf2316de4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 97873158c66c7dada6ac0e63f02476402d476e00 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Apr 1 21:17:53 2012 +0200 setup.py: fix typos, license info ----------------------------------------------------------------------- Summary of changes: setup.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/setup.py b/setup.py index aa1076e..1aeb494 100755 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ import x2go setup( name = "x2go", version = x2go.__VERSION__, - description = "Python X2Go implements an X2Go client/session library in python based on the paramiko SSH library.", - license = 'GPL', + description = "Python X2Go implements an X2Go client/session library in Python based on the Python Paramiko SSH module.", + license = 'GPLv3+', author = 'Mike Gabriel', url = 'http://www.x2go.org', packages = find_packages('.'), hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).