Mercurial > hg > MakeItSo
changeset 137:2ffadba77bb6
use the right variable
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 21 Feb 2012 20:20:21 -0800 |
parents | af6ed583a7e9 |
children | 169e02e190ef |
files | makeitso/python_package/setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/makeitso/python_package/setup.py Tue Feb 21 20:18:42 2012 -0800 +++ b/makeitso/python_package/setup.py Tue Feb 21 20:20:21 2012 -0800 @@ -35,7 +35,7 @@ author_email='{{email}}', url='{{url}}', license='', - packages=['{{project}}'], + packages=['{{package}}'], include_package_data=True, zip_safe=False, **kw