From 04cfc27a0f21cc04d7863d9f45983a3f71d296c2 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 20 Oct 2020 23:18:46 +0100 Subject: [PATCH] :micrscope: test lml 0.1.0 --- README.rst | 4 +++- rnd_requirements.txt | 1 + setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9ea17e3..4ec5d4e 100644 --- a/README.rst +++ b/README.rst @@ -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 ================================================================================ diff --git a/rnd_requirements.txt b/rnd_requirements.txt index e69de29..ca02ee8 100644 --- a/rnd_requirements.txt +++ b/rnd_requirements.txt @@ -0,0 +1 @@ +https://github.com/python-lml/lml/archive/dev.zip diff --git a/setup.py b/setup.py index ec2f56d..967cc22 100644 --- a/setup.py +++ b/setup.py @@ -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.")