Mercurial > hg > MakeItSo
diff makeitso/python.py @ 179:5bd1c50c6f61
works weirdly but kinda works
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 13 Mar 2014 17:30:27 -0700 |
parents | d6ef91d49609 |
children | 9b78f52afe4e |
line wrap: on
line diff
--- a/makeitso/python.py Sun Mar 02 18:45:20 2014 -0800 +++ b/makeitso/python.py Thu Mar 13 17:30:27 2014 -0700 @@ -28,6 +28,9 @@ from template import MakeItSoTemplate from template import Variable +class SetupPy(MakeItSoTemplate): + """template for setup.py""" + template = [('python_package', 'setup.py')] class PythonTemplate(MakeItSoTemplate): """abstract base class for python-type templates"""