diff 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
line wrap: on
line diff
--- a/setup.py	Sun Apr 03 18:23:15 2011 +0200
+++ b/setup.py	Sun Apr 03 18:49:12 2011 +0200
@@ -49,10 +49,9 @@
 
 description = ('Mercurial repository browser/management with '
                'build in push/pull server and full text search')
-keywords = ' '.join (['rhodecode', 'rhodiumcode', 'mercurial', 'git',
+keywords = ' '.join(['rhodecode', 'rhodiumcode', 'mercurial', 'git',
                       'repository management', 'hgweb replacement'
-                      'hgwebdir', 'gitweb replacement', 'serving hgweb',
-                     ])
+                      'hgwebdir', 'gitweb replacement', 'serving hgweb', ])
 #long description
 try:
     readme_file = 'README.rst'