Ticket #4149 (closed defect: fixed)

Opened 4 years ago

Last modified 9 months ago

syntax error in setup.py

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

Change History

09/10/12 09:16:25 changed by rjollos

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

(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.


Add/Change #4149 (syntax error in setup.py)




Change Properties
Action