skeleton/__pkginfo__.py.tmpl
changeset 319 00ada106b138
parent 232 f1f26070117d
child 365 5d8336b70aa7
--- a/skeleton/__pkginfo__.py.tmpl	Fri Jan 02 14:48:43 2009 -0800
+++ b/skeleton/__pkginfo__.py.tmpl	Sat Jan 03 23:10:12 2009 +0100
@@ -19,7 +19,7 @@
 from os import listdir as _listdir
 from os.path import join, isdir
 
-web = 'http://www.cubicweb.org/project/%s' % distname
+web = 'http://www.cubicweb.org/project/%%s' %% distname
 
 pyversions = ['2.4']