# HG changeset patch # User Marcin Kuzminski # Date 1359722845 -3600 # Node ID 2f2202dbc5230a3b9e208ddb8f81164270ea88fc # Parent 70309536c14374fd487835bcba1812373aa2463c Updated description diff -r 70309536c143 -r 2f2202dbc523 setup.py --- a/setup.py Thu Jan 31 23:27:21 2013 +0100 +++ b/setup.py Fri Feb 01 13:47:25 2013 +0100 @@ -91,8 +91,9 @@ # additional files that goes into package itself package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], } -description = ('Mercurial repository browser/management with ' - 'build in push/pull server and full text search') +description = ('RhodeCode is a fast and powerful management tool ' + 'for Mercurial and GIT with a built in push/pull server, ' + 'full text search and code-review.) keywords = ' '.join(['rhodecode', 'rhodiumcode', 'mercurial', 'git', 'code review', 'repo groups', 'ldap' 'repository management', 'hgweb replacement'