Mercurial > hg > MakeItSo
comparison setup.py @ 174:aed8c4af5f26
STUB: makeitso/cli.py makeitso/script2package.py setup.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 16 Jan 2014 13:31:54 -0800 |
parents | ceb8c8042e48 |
children | 5bd1c50c6f61 |
comparison
equal
deleted
inserted
replaced
173:ceb8c8042e48 | 174:aed8c4af5f26 |
---|---|
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 mkpydir = makeitso.mkpydir:main | 35 mkpydir = makeitso.mkpydir:main |
36 script2package = makeitso.script2package:main | |
36 | 37 |
37 [makeitso.templates] | 38 [makeitso.templates] |
38 python-package = makeitso.python:PythonPackageTemplate | 39 python-package = makeitso.python:PythonPackageTemplate |
39 python-module = makeitso.python:PythonModuleTemplate | 40 python-module = makeitso.python:PythonModuleTemplate |
40 python-script = makeitso.python:PythonScriptTemplate | 41 python-script = makeitso.python:PythonScriptTemplate |