Ticket #7783 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

The current subversion code does not have a setup.py file

Reported by: sto Assigned to: 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

setup.py (0.6 kB) - added by sto on 10/06/10 17:39:42.
My version of setup.py

Change History

10/06/10 17:39:42 changed by sto

  • attachment setup.py added.

My version of setup.py

10/06/10 18:09:56 changed by airadier

  • status changed from new to closed.
  • resolution set to fixed.

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

10/06/10 18:11:19 changed by airadier

Should be fixed now, thanks for noticing it.


Add/Change #7783 (The current subversion code does not have a setup.py file)




Change Properties
Action