:micrscope: test lml 0.1.0

This commit is contained in:
chfw 2020-10-20 23:18:46 +01:00
parent ab2f439878
commit 04cfc27a0f
3 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ pyexcel-io - Let you focus on data, instead of file formats
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
:target: https://www.patreon.com/chfw
.. image:: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel-mobans/master/images/awesome-badge.svg
:target: https://awesome-python.com/#specific-formats-processing
.. image:: https://travis-ci.org/pyexcel/pyexcel-io.svg?branch=master
@ -60,6 +60,8 @@ Known constraints
Fonts, colors and charts are not supported.
Nor to read password protected xls, xlsx and ods files.
Introduction
================================================================================

View File

@ -0,0 +1 @@
https://github.com/python-lml/lml/archive/dev.zip

View File

@ -87,7 +87,7 @@ EXTRAS_REQUIRE = {
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
HERE = os.path.abspath(os.path.dirname(__file__))
GS_COMMAND = ("gs pyexcel-io v0.6.3 " +
GS_COMMAND = ("gease pyexcel-io v0.6.3 " +
"Find 0.6.3 in changelog for more details")
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
"Please install gease to enable it.")