diff -r c35c318e6be5 -r 99712f0d5472 skeleton/__pkginfo__.py.tmpl --- a/skeleton/__pkginfo__.py.tmpl Wed Jan 21 19:26:35 2009 +0100 +++ b/skeleton/__pkginfo__.py.tmpl Fri Jan 23 15:51:24 2009 +0100 @@ -10,8 +10,8 @@ copyright = '''Copyright (c) %(year)s %(author)s. %(author-web-site)s -- mailto:%(author-email)s''' -author = %(author)s' -author_email = %(author-email)s' +author = '%(author)s' +author_email = '%(author-email)s' short_desc = '%(shortdesc)s' long_desc = '''%(longdesc)s'''