Opened 14 years ago

Last modified 11 years ago

#7783 closed defect

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

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

Description

The commited plugin can't be installed using setup.py, I've installed it doing the following:

mkdir parametrizedtemplatesplugin
wget "http://trac-hacks.org/attachment/ticket/7783/setup.py?format=raw" \
     -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 (1)

Changed 14 years ago by Sergio Talens-Oliag

Attachment: setup.py added

My version of setup.py

Note: See TracTickets for help on using tickets.