Skip to content

Commit

Permalink
This is an auto-commit, updating project meta data, such as changelog…
Browse files Browse the repository at this point in the history
….rst, contributors.rst
  • Loading branch information
chfw committed Oct 21, 2020
1 parent 0d47cfa commit e6f9ddf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-excel - 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-webwares/django-excel.svg?branch=master
Expand Down Expand Up @@ -56,6 +56,8 @@ Known constraints

Fonts, colors and charts are not supported.

Nor to read password protected xls, xlsx and ods files.

Introduction
================================================================================
Here is a typical conversation between the developer and the user::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
`django-excel` - Let you focus on data, instead of file formats
================================================================================

:Author: chfw
:Author: C.W.
:Source code: http://github.com/pyexcel-webwares/django-excel.git
:Issues: http://github.com/pyexcel-webwares/django-excel/issues
:License: New BSD License
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
locale.setlocale(locale.LC_ALL, "en_US.UTF-8")

NAME = "django-excel"
AUTHOR = "chfw"
AUTHOR = "C.W."
VERSION = "0.0.10"
EMAIL = "info@pyexcel.org"
LICENSE = "New BSD"
Expand Down Expand Up @@ -95,7 +95,7 @@
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 django-excel v0.0.10 " +
GS_COMMAND = ("gease django-excel v0.0.10 " +
"Find 0.0.10 in changelog for more details")
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
"Please install gease to enable it.")
Expand Down

0 comments on commit e6f9ddf

Please sign in to comment.