Skip to content

Commit e47e902

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent b5b135a commit e47e902

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Flask-Excel - Let you focus on data, instead of file formats
55
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
66
:target: https://www.patreon.com/chfw
77

8-
.. image:: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
8+
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel-mobans/master/images/awesome-badge.svg
99
:target: https://awesome-python.com/#specific-formats-processing
1010

1111
.. image:: https://travis-ci.org/pyexcel-webwares/Flask-Excel.svg?branch=master
@@ -56,6 +56,8 @@ Known constraints
5656

5757
Fonts, colors and charts are not supported.
5858

59+
Nor to read password protected xls, xlsx and ods files.
60+
5961
Introduction
6062
================================================================================
6163
Here is a typical conversation between the developer and the user::

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`Flask-Excel` - Let you focus on data, instead of file formats
77
================================================================================
88

9-
:Author: chfw
9+
:Author: C.W.
1010
:Source code: http://github.com/pyexcel-webwares/Flask-Excel.git
1111
:Issues: http://github.com/pyexcel-webwares/Flask-Excel/issues
1212
:License: New BSD License

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
locale.setlocale(locale.LC_ALL, "en_US.UTF-8")
2929

3030
NAME = "Flask-Excel"
31-
AUTHOR = "chfw"
31+
AUTHOR = "C.W."
3232
VERSION = "0.0.7"
3333
EMAIL = "info@pyexcel.org"
3434
LICENSE = "New BSD"
@@ -95,7 +95,7 @@
9595
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
9696
HERE = os.path.abspath(os.path.dirname(__file__))
9797

98-
GS_COMMAND = ("gs Flask-Excel v0.0.7 " +
98+
GS_COMMAND = ("gease Flask-Excel v0.0.7 " +
9999
"Find 0.0.7 in changelog for more details")
100100
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
101101
"Please install gease to enable it.")

0 commit comments

Comments
 (0)