# HG changeset patch # User Nicolas Chauvat # Date 1231020612 -3600 # Node ID 00ada106b1384fbd5a30abf36f7c14a35c874430 # Parent 6cb74102d611d31866dd3bc2c8e7bfcfe49540ad fix skeleton __pkginfo__ template diff -r 6cb74102d611 -r 00ada106b138 skeleton/__pkginfo__.py.tmpl --- 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']