# HG changeset patch # User Augie Fackler # Date 1241405868 18000 # Node ID 0291afdd7555ed4b4ff8e2a0da92a239cfc35fa1 # Parent 5dc8fee7fc96a135c128f599db9f107f4d3d5344 Style nit in setup.py diff --git a/setup.py b/setup.py --- 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'],