Mercurial > hg > MakeItSo
changeset 166:0c95d7f25d9b
makeitso/python.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 24 Sep 2013 13:07:44 -0700 |
parents | f3e86e06eb12 |
children | f6474c7dfb39 |
files | makeitso/python.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/makeitso/python.py Fri Aug 09 16:44:17 2013 -0700 +++ b/makeitso/python.py Tue Sep 24 13:07:44 2013 -0700 @@ -75,8 +75,8 @@ # things that go in setup.py dependencies = {'web.py': ['webob'], 'template.py': ['MakeItSo']} - console_scripts = {'main.py': '{{project}} = {{project}}.{{main}}:main', - 'template.py': '{{project}}-template = {{project}}.template:main' + console_scripts = {'main.py': '{{project}} = {{package}}.{{main}}:main', + 'template.py': '{{package}}-template = {{package}}.template:main' } def __init__(self, **kw):