id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
4639,setup.py file is bad,guillaumeh,CStrac,Hi_\r\n\r\nYour setup.py file is bad in SVN and ZIP for 0.11 version.\r\n\r\nHere is working one:\r\n{{{\r\n#!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      entry_points={'trac.plugins': '%s = %s' % (PACKAGE_ PACKAGE)}_\r\n)\r\n}}},defect,closed,highest,FlexibleReporterNotificationPlugin,blocker,fixed,,,0.11
