Mercurial > hg > MakeItSo
comparison setup.py @ 105:67b50417b8d1
stub out loading api templates; this wont work, however, since one is in the middle of a module trying to load a module that depends on the module you are in
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 11 Jan 2011 19:23:53 -0800 |
parents | ad5fd3eb6674 |
children | c8d3b2edf242 |
comparison
equal
deleted
inserted
replaced
104:e059a58ea23c | 105:67b50417b8d1 |
---|---|
30 entry_points=""" | 30 entry_points=""" |
31 # -*- Entry points: -*- | 31 # -*- Entry points: -*- |
32 [console_scripts] | 32 [console_scripts] |
33 makeitso = makeitso.makeitso:main | 33 makeitso = makeitso.makeitso:main |
34 make-python-package = makeitso.python:main | 34 make-python-package = makeitso.python:main |
35 | |
36 [makeitso.templates] | |
37 python-package = makeitso.python:PythonPackageTemplate | |
35 """, | 38 """, |
36 ) | 39 ) |