Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
version 0.3
  • Loading branch information
romanlv committed Sep 5, 2015
1 parent 78920ee commit 7b3e4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# http://www.ewencp.org/blog/a-brief-introduction-to-packaging-python/
setup(
name='trml2pdf',
version='0.2',
version='0.3',
description='''Tiny RML2PDF is a tool to easily create PDF document using special HTML-like markup language.
It can be used as a Python library or as a standalone binary. It converts a RML, an XML dialect that lets you define the precise appearance of a printed document, to a PDF. You can use your existing tools to generate an input file that exactly describes the layout of a printed document, and RML2PDF converts it into PDF. RML is a much more powerfull and flexible alternative to XSL:FO.
The executable read a RML file to the standard input and output a PDF file to the standard output.''',
Expand Down

0 comments on commit 7b3e4ff

Please sign in to comment.