# HG changeset patch # User Marcin Kuzminski # Date 2013-02-01 13:47:25 # Node ID 2f2202dbc5230a3b9e208ddb8f81164270ea88fc # Parent 70309536c14374fd487835bcba1812373aa2463c Updated description diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 --- a/setup.py +++ b/setup.py @@ -91,8 +91,9 @@ data_files = [] # 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'