diff setup.py @ 318:0291afdd7555

Style nit in setup.py
author Augie Fackler <durin42@gmail.com>
date Sun, 03 May 2009 21:57:48 -0500
parents 41aa4c3f789e
children 1ba8ed29148e
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -20,8 +20,8 @@ setup(
     license = 'GNU GPL',
     author = 'Augie Fackler, others',
     author_email = 'hgsubversion@googlegroups.com',
-    description = 'HgSubversion is a Mercurial extension for working with '
-    'Subversion repositories.',
+    description = ('hgsubversion is a Mercurial extension for working with '
+                   'Subversion repositories.'),
     long_description = __doc__,
     keywords = 'mercurial',
     packages = ['hgext.hgsubversion', 'hgext.hgsubversion.svnwrap'],