comparison setup.py @ 4937:326a9336fbe5

spelling: use correct Git capitalisation where appropriate
author Andrew Shadura <andrew@shadura.me>
date Mon, 23 Mar 2015 16:07:35 +0100
parents 70f079f1a079
children 65c5e70a1d0c
comparison
equal deleted inserted replaced
4936:bcc637ea79a8 4937:326a9336fbe5
96 96
97 # additional files that goes into package itself 97 # additional files that goes into package itself
98 package_data = {'kallithea': ['i18n/*/LC_MESSAGES/*.mo', ], } 98 package_data = {'kallithea': ['i18n/*/LC_MESSAGES/*.mo', ], }
99 99
100 description = ('Kallithea is a fast and powerful management tool ' 100 description = ('Kallithea is a fast and powerful management tool '
101 'for Mercurial and GIT with a built in push/pull server, ' 101 'for Mercurial and Git with a built in push/pull server, '
102 'full text search and code-review.') 102 'full text search and code-review.')
103 103
104 keywords = ' '.join([ 104 keywords = ' '.join([
105 'kallithea', 'mercurial', 'git', 'code review', 105 'kallithea', 'mercurial', 'git', 'code review',
106 'repo groups', 'ldap', 'repository management', 'hgweb replacement', 106 'repo groups', 'ldap', 'repository management', 'hgweb replacement',