| 9 | | author_email="nicoe@altern.org", |
| 10 | | description="A reporting library based on genshi and reportlab" |
| 11 | | ) |
| | 9 | author_email="nicoe@openhex.org", |
| | 10 | description="A templating library able to output odt and pdf files", |
| | 11 | long_description=""" |
| | 12 | relatorio |
| | 13 | ======== |
| | 14 | |
| | 15 | A templating library which provides a way to easily output odt and pdf file. |
| | 16 | |
| | 17 | relatorio also provides a report repository allowing you to link python objects |
| | 18 | and report together, find reports by mimetypes/name/pyhon objects. |
| | 19 | """, |
| | 20 | license="GPL License", |
| | 21 | version=relatorio.__version__, |
| | 22 | packages=find_packages(exclude=['tests', 'examples']), |
| | 23 | classifiers=[ |
| | 24 | "Development Status :: 3 - Alpha", |
| | 25 | "Intended Audience :: Developers", |
| | 26 | "License :: OSI Approved :: GNU General Public License (GPL)", |
| | 27 | "Operating System :: OS Independent", |
| | 28 | "Programming Language :: Python", |
| | 29 | "Topic :: Software Development :: Libraries :: Python Modules" |
| | 30 | "Topic :: Text Processing", |
| | 31 | ], |
| | 32 | test_suite="nose.collector") |