comparison setup.py @ 1204:faf31099a70a beta

pep8ify root py files
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Apr 2011 18:49:12 +0200
parents 6832ef664673
children f4807acf643d
comparison
equal deleted inserted replaced
1203:6832ef664673 1204:faf31099a70a
47 #additional files that goes into package itself 47 #additional files that goes into package itself
48 package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], } 48 package_data = {'rhodecode': ['i18n/*/LC_MESSAGES/*.mo', ], }
49 49
50 description = ('Mercurial repository browser/management with ' 50 description = ('Mercurial repository browser/management with '
51 'build in push/pull server and full text search') 51 'build in push/pull server and full text search')
52 keywords = ' '.join (['rhodecode', 'rhodiumcode', 'mercurial', 'git', 52 keywords = ' '.join(['rhodecode', 'rhodiumcode', 'mercurial', 'git',
53 'repository management', 'hgweb replacement' 53 'repository management', 'hgweb replacement'
54 'hgwebdir', 'gitweb replacement', 'serving hgweb', 54 'hgwebdir', 'gitweb replacement', 'serving hgweb', ])
55 ])
56 #long description 55 #long description
57 try: 56 try:
58 readme_file = 'README.rst' 57 readme_file = 'README.rst'
59 changelog_file = 'docs/changelog.rst' 58 changelog_file = 'docs/changelog.rst'
60 long_description = open(readme_file).read() + '\n\n' + \ 59 long_description = open(readme_file).read() + '\n\n' + \