Modify ↓
Opened 17 years ago
Closed 13 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)
Note: See
TracTickets for help on using
tickets.



(In [11964]) Fixes #3871, #4149, #4639:
0.10directory.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.