Mercurial > hg > MakeItSo
comparison setup.py @ 170:1b2ccecfff77
versionbump
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Sun, 20 Oct 2013 18:20:08 -0700 |
| parents | 99719e6f7c47 |
| children | 740c1f2315f2 |
comparison
equal
deleted
inserted
replaced
| 169:99719e6f7c47 | 170:1b2ccecfff77 |
|---|---|
| 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 mkpydir = makeitso.mkpydir:main | |
| 35 | 36 |
| 36 [makeitso.templates] | 37 [makeitso.templates] |
| 37 python-package = makeitso.python:PythonPackageTemplate | 38 python-package = makeitso.python:PythonPackageTemplate |
| 38 python-module = makeitso.python:PythonModuleTemplate | 39 python-module = makeitso.python:PythonModuleTemplate |
| 39 python-script = makeitso.python:PythonScriptTemplate | 40 python-script = makeitso.python:PythonScriptTemplate |
