id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
4149	syntax error in setup.py	anonymous	CStrac	Hey,\r\nI've noticed that there is a , missing in the install script, right after the author field.\r\n\r\n{{{\r\n#!/usr/bin/env python\r\nfrom setuptools import setup\r\n\r\nPACKAGE = 'flexiblereporternotification'\r\n\r\nsetup(name=PACKAGE,\r\n      version='0.0.1',\r\n      packages=[PACKAGE],\r\n      url='http://trac-hacks.org/wiki/FlexibleReporterNotificationPlugin',\r\n      author='Satyam'\r\n      long_description="""\r\n      \r\n      """,\r\n      entry_points={'trac.plugins': '%s = %s' % (PACKAGE, PACKAGE)},\r\n)\r\n}}}\r\n	defect	closed	high	FlexibleReporterNotificationPlugin	major	fixed			0.11
