Modify

Opened 16 years ago

Closed 12 years ago

#4149 closed defect (fixed)

syntax error in setup.py

Reported by: anonymous Owned by: CStrac
Priority: high Component: FlexibleReporterNotificationPlugin
Severity: major Keywords:
Cc: Trac Release: 0.11

Description

Hey, I've noticed that there is a , missing in the install script, right after the author field.

#!/usr/bin/env python
from setuptools import setup

PACKAGE = 'flexiblereporternotification'

setup(name=PACKAGE,
      version='0.0.1',
      packages=[PACKAGE],
      url='http://trac-hacks.org/wiki/FlexibleReporterNotificationPlugin',
      author='Satyam'
      long_description="""
      
      """,
      entry_points={'trac.plugins': '%s = %s' % (PACKAGE, PACKAGE)},
)

Attachments (0)

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [11964]) Fixes #3871, #4149, #4639:

  • Removed empty 0.10 directory.
  • Converted tabs to spaces.
  • Fixed syntax error in setup.py.

The plugin still does not seem to be working. Please following #7554 and #8821 for progress towards getting this plugin working with Trac 0.11 through 1.0.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain CStrac.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.