Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#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)

setup.py (589 bytes) - added by sto 3 years ago.
My version of setup.py

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by sto

My version of setup.py

comment:1 Changed 3 years ago by airadier

  • Resolution set to fixed
  • Status changed from new to closed

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

comment:2 Changed 3 years ago by airadier

Should be fixed now, thanks for noticing it.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.