diff makeitso/python.py @ 180:9b78f52afe4e

STUB: makeitso/python.py setup.py
author Jeff Hammel <k0scist@gmail.com>
date Fri, 14 Mar 2014 13:34:52 -0700
parents 5bd1c50c6f61
children 5a2edca13b36
line wrap: on
line diff
--- a/makeitso/python.py	Thu Mar 13 17:30:27 2014 -0700
+++ b/makeitso/python.py	Fri Mar 14 13:34:52 2014 -0700
@@ -30,7 +30,7 @@
 
 class SetupPy(MakeItSoTemplate):
     """template for setup.py"""
-    template = [('python_package', 'setup.py')]
+    templates = [('python_package', 'setup.py')]
 
 class PythonTemplate(MakeItSoTemplate):
   """abstract base class for python-type templates"""