Skip to content

Commit e6f9ddf

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

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 @@ django-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/django-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
`django-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/django-excel.git
1111
:Issues: http://github.com/pyexcel-webwares/django-excel/issues
1212
:License: New BSD License

setup.py

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

3333
NAME = "django-excel"
34-
AUTHOR = "chfw"
34+
AUTHOR = "C.W."
3535
VERSION = "0.0.10"
3636
3737
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 django-excel v0.0.10 " +
98+
GS_COMMAND = ("gease django-excel v0.0.10 " +
9999
"Find 0.0.10 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)