add required attribute modname in __pkginfo__.py skeleton
authorJulien Jehannet <julien.jehannet@logilab.fr>
Fri, 30 Jan 2009 15:17:22 +0100
changeset 538 da51759027d0
parent 522 385ce5e0b30b
child 539 6ed63265764e
add required attribute modname in __pkginfo__.py skeleton
skeleton/__pkginfo__.py.tmpl
--- a/skeleton/__pkginfo__.py.tmpl	Fri Jan 30 12:29:37 2009 +0100
+++ b/skeleton/__pkginfo__.py.tmpl	Fri Jan 30 15:17:22 2009 +0100
@@ -1,6 +1,7 @@
 # pylint: disable-msg=W0622
 """%(distname)s application packaging information"""
 
+modname = %(cubename)s
 distname = '%(distname)s'
 
 numversion = (0, 1, 0)