Modify ↓
#7783 closed defect (fixed)
The current subversion code does not have a setup.py file
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 )
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.
Attachments (1)
Change History (4)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
My version of setup.py