Changeset 132:9bba1a2a16a1
- Timestamp:
- 04/16/09 04:51:52 (16 months ago)
- Author:
- Nicolas ?vrard <nicoe@…>
- Branch:
- default
- Tags:
- 0.5.1
- Message:
-
Last minute change to remove last relatorio module trace
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r127
|
r132
|
|
| 15 | 15 | author_email="nicoe@openhex.org", |
| 16 | 16 | description="A templating library able to output odt and pdf files", |
| 17 | | long_description=relatorio.__doc__, |
| | 17 | long_description=""" |
| | 18 | relatorio |
| | 19 | ========= |
| | 20 | |
| | 21 | A templating library which provides a way to easily output all kind of |
| | 22 | different files (odt, ods, png, svg, ...). Adding support for more filetype is |
| | 23 | easy: you just have to create a plugin for this. |
| | 24 | |
| | 25 | relatorio also provides a report repository allowing you to link python objects |
| | 26 | and report together, find reports by mimetypes/name/python objects. |
| | 27 | """, |
| 18 | 28 | license="GPL License", |
| 19 | 29 | version=get_version(), |