Mercurial > hg > MakeItSo
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 114:b8d5d2041fe0 | 115:7dbc3cdadffe |
|---|---|
| 29 python package template | 29 python package template |
| 30 """ | 30 """ |
| 31 name = 'python-package' | 31 name = 'python-package' |
| 32 templates = ['python_package'] | 32 templates = ['python_package'] |
| 33 vars = [Variable('description'), | 33 vars = [Variable('description'), |
| 34 Variable('author', 'author of the package'), | |
| 35 Variable('email', "author's email"), | |
| 34 Variable('url'), | 36 Variable('url'), |
| 35 Variable('repo', 'project repository'), | 37 Variable('repo', 'project repository'), |
| 36 ] | 38 ] |
| 37 look = False | 39 look = False |
| 38 | 40 |
