comparison setup.py @ 183:55b34a5a2e5f

basic form now works
author Jeff Hammel <k0scist@gmail.com>
date Sun, 23 Mar 2014 16:31:37 -0700
parents 9b78f52afe4e
children 0fd0cc154153
comparison
equal deleted inserted replaced
182:215a71ac0eff 183:55b34a5a2e5f
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 script2package = makeitso.script2package:main
37 file2template = makeitso.file2template:main
37 38
38 [makeitso.templates] 39 [makeitso.templates]
39 python-package = makeitso.python:PythonPackageTemplate 40 python-package = makeitso.python:PythonPackageTemplate
40 python-module = makeitso.python:PythonModuleTemplate 41 python-module = makeitso.python:PythonModuleTemplate
41 python-script = makeitso.python:PythonScriptTemplate 42 python-script = makeitso.python:PythonScriptTemplate