# HG changeset patch # User Adrien Di Mascio # Date 1232722284 -3600 # Node ID 99712f0d5472ab3699a937d4f4055989913a2daf # Parent c35c318e6be584b877b7d57fc326a7429c687f0d fix syntax in skeleton's __pkginfo__.py 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'''