fix syntax in skeleton's __pkginfo__.py 3.0
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 23 Jan 2009 15:51:24 +0100
branch3.0
changeset 458 99712f0d5472
parent 454 c35c318e6be5
child 459 0d42c42245ed
child 475 b32a5772ff06
fix syntax in skeleton's __pkginfo__.py
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'''