Mercurial > hgsubversion
changeset 318:0291afdd7555
Style nit in setup.py
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sun, 03 May 2009 21:57:48 -0500 |
parents | 5dc8fee7fc96 |
children | 9c10656ce71e |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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'],