comparison setup.py @ 3310:faad9dd06b58 beta

fixed broken syntax in setup.py
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Feb 2013 21:06:03 +0100
parents 2f2202dbc523
children f1491bad8339
comparison
equal deleted inserted replaced
3309:b3cf4539d1bd 3310:faad9dd06b58
91 # additional files that goes into package itself 91 # additional files that goes into package itself
92 package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], } 92 package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], }
93 93
94 description = ('RhodeCode is a fast and powerful management tool ' 94 description = ('RhodeCode is a fast and powerful management tool '
95 'for Mercurial and GIT with a built in push/pull server, ' 95 'for Mercurial and GIT with a built in push/pull server, '
96 'full text search and code-review.) 96 'full text search and code-review.')
97 keywords = ' '.join(['rhodecode', 'rhodiumcode', 'mercurial', 'git', 97 keywords = ' '.join(['rhodecode', 'rhodiumcode', 'mercurial', 'git',
98 'code review', 'repo groups', 'ldap' 98 'code review', 'repo groups', 'ldap'
99 'repository management', 'hgweb replacement' 99 'repository management', 'hgweb replacement'
100 'hgwebdir', 'gitweb replacement', 'serving hgweb', ]) 100 'hgwebdir', 'gitweb replacement', 'serving hgweb', ])
101 # long description 101 # long description