# HG changeset patch # User Marcin Kuzminski # Date 2013-02-03 20:06:03 # Node ID faad9dd06b588fecaff72ba20e3d951a16a906d1 # Parent b3cf4539d1bd447590652d290527515fd23d49a4 fixed broken syntax in setup.py diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ package_data = {'rhodecode': ['i18n/*/LC 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.) + 'full text search and code-review.') keywords = ' '.join(['rhodecode', 'rhodiumcode', 'mercurial', 'git', 'code review', 'repo groups', 'ldap' 'repository management', 'hgweb replacement'