Modify ↓
Opened 19 years ago
Closed 19 years ago
#1211 closed defect (fixed)
Does not load in .11
| Reported by: | anonymous | Owned by: | Froosh |
|---|---|---|---|
| Priority: | normal | Component: | HtgroupsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
No Entry point are provided.
adding:
entry_points="""
[trac.plugins] htgroups.htgroups=htgroups.htgroups
""",
to the setup.py file solves the issue
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



(In [1991]) HtgroupsPlugin: added entry_points as required to load on 0.11 and later. Fixes #1211