From 0f74186df22ea477874b84816329436d88aeee94 Mon Sep 17 00:00:00 2001 From: zhangshine Date: Sat, 13 Jun 2015 23:11:47 +0800 Subject: [PATCH] add dependency and license to readme --- README.rst | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ab22fe7..05452c1 100644 --- a/README.rst +++ b/README.rst @@ -1 +1,31 @@ -#PyInvoice +========= +PyInvoice +========= + +.. image:: https://api.travis-ci.org/CiCiApp/PyInvoice.svg?branch=master + :target: https://github.com/CiCiApp/PyInvoice + +Invoice/receipt generator. + +Dependency +---------- +* reportlab +* Python 2.6+/3.3+ + ++-------------------+-------------------+-------------------+-------------------+-------------------+ +| | Python 2.6 | Python 2.7 | Python 3.3 | Python 3.4 | ++-------------------+-------------------+-------------------+-------------------+-------------------+ +| Reportlab 2.6 | ✓ | ✓ | | | ++-------------------+-------------------+-------------------+-------------------+-------------------+ +| Reportlab 2.7 | ✓ | ✓ | | | ++-------------------+-------------------+-------------------+-------------------+-------------------+ +| Reportlab 3.0 | | ✓ | ✓ | ✓ | ++-------------------+-------------------+-------------------+-------------------+-------------------+ +| Reportlab 3.1.44 | | ✓ | ✓ | ✓ | ++-------------------+-------------------+-------------------+-------------------+-------------------+ +| Reportlab 3.2 | | ✓ | ✓ | ✓ | ++-------------------+-------------------+-------------------+-------------------+-------------------+ + +License +------- +MIT \ No newline at end of file