﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
7783,The current subversion code does not have a setup.py file,Sergio Talens-Oliag,Álvaro Iradier,"The commited plugin can't be installed using setup.py,
I've installed it doing the following:

{{{
mkdir parametrizedtemplatesplugin
wget ""http://trac-hacks.org/raw-attachment/ticket/7783/setup.py"" \
     -O setup.py
svn co http://trac-hacks.org/svn/parametrizedtemplatesplugin/0.11 \
    parametrizedtemplates
python setup.py install
}}}

Can you update the code to include a setup.py? I've attached mine to
this ticket, just in case it is useful.
",defect,closed,normal,ParametrizedTemplatesPlugin,normal,fixed,,,0.11
