﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
4149,syntax error in setup.py,anonymous,CStrac,"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)},
)
}}}
",defect,closed,high,FlexibleReporterNotificationPlugin,major,fixed,,,0.11
