Mercurial > hg > MakeItSo
diff makeitso/python.py @ 115:7dbc3cdadffe
add a test for the python-package template
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 18 Jan 2011 07:51:50 -0800 |
parents | b8d5d2041fe0 |
children | 908e9a653668 |
line wrap: on
line diff
--- a/makeitso/python.py Mon Jan 17 14:38:42 2011 -0800 +++ b/makeitso/python.py Tue Jan 18 07:51:50 2011 -0800 @@ -31,6 +31,8 @@ name = 'python-package' templates = ['python_package'] vars = [Variable('description'), + Variable('author', 'author of the package'), + Variable('email', "author's email"), Variable('url'), Variable('repo', 'project repository'), ]