Mercurial > public > src > rhodecode
diff setup.py @ 738:9c8a817462fe beta
small fixes to docs, and setup file
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Thu, 11 Nov 2010 15:31:03 +0100 |
parents | bdd1ddd05b7c |
children | 23c2a0e6df0b |
line wrap: on
line diff
--- a/setup.py Thu Nov 11 01:41:51 2010 +0000 +++ b/setup.py Thu Nov 11 15:31:03 2010 +0100 @@ -34,7 +34,8 @@ #additional files that goes into package itself package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], } -description = 'Mercurial repository serving and browsing app' +description = ('Mercurial and Git repository browser/management with ' + 'build in push/pull server and full text search') #long description try: readme_file = 'README.rst' @@ -59,7 +60,7 @@ version=get_version(), description=description, long_description=long_description, - keywords='rhodiumcode mercurial web hgwebdir replacement serving hgweb rhodecode', + keywords='rhodiumcode mercurial web hgwebdir gitweb git replacement serving hgweb rhodecode', license='BSD', author='Marcin Kuzminski', author_email='marcin@python-works.com',