Modify ↓
#7783 closed defect (fixed)
The current subversion code does not have a setup.py file
| Reported by: | sto | Owned by: | airadier |
|---|---|---|---|
| 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.
Attachments (1)
Change History (3)
Changed 3 years ago by sto
comment:1 Changed 3 years ago by airadier
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 3 years ago by airadier
Should be fixed now, thanks for noticing it.
Note: See
TracTickets for help on using
tickets.


My version of setup.py