fix #3: re-run moban to get the latest output

This commit is contained in:
chfw 2016-02-01 22:23:17 +00:00
parent 9711b9e1ba
commit 681a5e3ed5
2 changed files with 2 additions and 10 deletions

View File

@ -10,20 +10,13 @@ pyexcel-xls - Let you focus on data, instead of xls format
**pyexcel-xls** is a tiny wrapper library to read, manipulate and write data in xls format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
Known constraints
================================================================================
Fonts, colors and charts are not supported.
Installation
================================================================================
You can install it via pip:
.. code-block:: bash
$ pip install pyexcel-xls
or clone it and install it:
.. code-block:: bash
@ -209,7 +202,6 @@ License
================================================================================
New BSD License
Known Issues
=============

View File

@ -14,7 +14,7 @@ dependencies = [
'xlwt-future',
]
extra_dependencies = {}
extras = {}
setup(