Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#7783 closed defect (fixed)

The current subversion code does not have a setup.py file — at Version 3

Reported by: Sergio Talens-Oliag Owned by: Álvaro Iradier
Priority: normal Component: ParametrizedTemplatesPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

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.

Change History (4)

Changed 14 years ago by Sergio Talens-Oliag

Attachment: setup.py added

My version of setup.py

comment:1 Changed 14 years ago by Álvaro Iradier

Resolution: fixed
Status: newclosed

(In [9259]) Added missing setup.py. Closes #7783

comment:2 Changed 14 years ago by Álvaro Iradier

Should be fixed now, thanks for noticing it.

comment:3 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.