Modify ↓
Opened 6 years ago
Closed 6 years ago
#13449 closed defect (fixed)
Add installation requirements
Reported by: | Ryan J Ollos | Owned by: | Theodor Norup |
---|---|---|---|
Priority: | normal | Component: | TracYetAnotherChartMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
-
setup.py
24 24 'htdocs/*.js', 25 25 ] 26 26 }, 27 install_requires=['TracAdvParseArgsPlugin', 'jinja2'], 27 28 entry_points = {'trac.plugins':['yachart.web_ui = yachart.web_ui']} 28 29 )
Attachments (0)
Note: See
TracTickets for help on using
tickets.
In 17240: