From 418c5c3cfc5812f2ea1dfc5219c43ab549878062 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 4 Jun 2007 22:12:29 +0300 Subject: Add ``gitosis-gitweb``, for writing gitweb project lists. Takes the list of repositories to publish from the gitosis config file. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 35def49..8a82e47 100755 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( 'console_scripts': [ 'gitosis-ssh = gitosis.ssh:main', 'gitosis-serve = gitosis.serve:main', + 'gitosis-gitweb = gitosis.gitweb:main', ], }, ) -- cgit v1.2.3