# HG changeset patch # User Sylvain Thénault # Date 1295026240 -3600 # Node ID b022065b4376fde843144e63dd21e0f9ebca2dbc # Parent e730b401f00e9e6642b05215b757529070deafdb [skeleton] nicer pkginfo organization diff -r e730b401f00e -r b022065b4376 skeleton/__pkginfo__.py.tmpl --- a/skeleton/__pkginfo__.py.tmpl Fri Jan 14 18:30:37 2011 +0100 +++ b/skeleton/__pkginfo__.py.tmpl Fri Jan 14 18:30:40 2011 +0100 @@ -8,13 +8,13 @@ version = '.'.join(str(num) for num in numversion) license = '%(license)s' - author = '%(author)s' author_email = '%(author-email)s' +description = '%(shortdesc)s' +web = 'http://www.cubicweb.org/project/%%s' %% distname -description = '%(shortdesc)s' - -web = 'http://www.cubicweb.org/project/%%s' %% distname +__depends__ = %(dependencies)s +__recommends__ = {} from os import listdir as _listdir @@ -40,6 +40,3 @@ # Note: here, you'll need to add subdirectories if you want # them to be included in the debian package -__depends__ = %(dependencies)s -__recommends__ = {} -