Changeset 132:9bba1a2a16a1 for setup.py

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • setup.py

    r127 r132  
    1515    author_email="nicoe@openhex.org", 
    1616    description="A templating library able to output odt and pdf files", 
    17     long_description=relatorio.__doc__, 
     17    long_description=""" 
     18relatorio 
     19========= 
     20 
     21A templating library which provides a way to easily output all kind of 
     22different files (odt, ods, png, svg, ...). Adding support for more filetype is 
     23easy: you just have to create a plugin for this. 
     24 
     25relatorio also provides a report repository allowing you to link python objects 
     26and report together, find reports by mimetypes/name/python objects. 
     27    """, 
    1828    license="GPL License", 
    1929    version=get_version(),