From 8bbe3b989df59bdcd22902252a7ff77f17b25e93 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 3 Sep 2007 21:26:24 -0700 Subject: [PATCH] Add a long description to setup.py --- setup.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/setup.py b/setup.py index dd24285..b862b0b 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,18 @@ setup( author = "Tommi Virtanen", author_email = "tv@eagain.net", description = "software for hosting git repositories", + long_description = """ + +Manage git repositories, provide access to them over SSH, with tight +access control and not needing shell accounts. + +gitosis aims to make hosting git repos easier and safer. It manages +multiple repositories under one user account, using SSH keys to +identify users. End users do not need shell accounts on the server, +they will talk to one shared account that will not let them run +arbitrary commands. + +""".strip(), license = "GPL", keywords = "git scm version-control ssh", url = "http://eagain.net/software/gitosis/",