Add a long description to setup.py
This commit is contained in:
parent
1f3924e2cb
commit
8bbe3b989d
1 changed files with 12 additions and 0 deletions
12
setup.py
12
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/",
|
||||
|
|
Loading…
Reference in a new issue