aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2007-09-03 21:26:24 -0700
committerTommi Virtanen <tv@eagain.net>2007-09-03 21:26:24 -0700
commit8bbe3b989df59bdcd22902252a7ff77f17b25e93 (patch)
tree7731a5ff3318ec9c9f09ff00cc6bb2d48300ee3a /setup.py
parentMake gitosis-init call run_hook.post_update directly. (diff)
downloadgitosis-gentoo-8bbe3b989df59bdcd22902252a7ff77f17b25e93.tar.gz
gitosis-gentoo-8bbe3b989df59bdcd22902252a7ff77f17b25e93.tar.bz2
gitosis-gentoo-8bbe3b989df59bdcd22902252a7ff77f17b25e93.zip
Add a long description to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py12
1 files changed, 12 insertions, 0 deletions
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/",