diff options
author | Tommi Virtanen <tv@eagain.net> | 2007-09-03 21:26:24 -0700 |
---|---|---|
committer | Tommi Virtanen <tv@eagain.net> | 2007-09-03 21:26:24 -0700 |
commit | 8bbe3b989df59bdcd22902252a7ff77f17b25e93 (patch) | |
tree | 7731a5ff3318ec9c9f09ff00cc6bb2d48300ee3a /setup.py | |
parent | Make gitosis-init call run_hook.post_update directly. (diff) | |
download | gitosis-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-x | setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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/", |