Changeset 132:9bba1a2a16a1 for setup.py
Legend:
- Unmodified
- Added
- Removed
-
setup.py
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(),
