🔨 restore author's initials

This commit is contained in:
chfw 2020-10-17 22:35:01 +01:00
parent 310ab4c7b2
commit ab2f439878
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ DESCRIPTION = (
project = 'pyexcel-io'
copyright = '2015-2020 Onni Software Ltd.'
author = 'chfw'
author = 'C.W.'
# The short X.Y version
version = '0.6.3'
# The full version, including alpha/beta/rc tags

View File

@ -6,7 +6,7 @@
`pyexcel-io` - Let you focus on data, instead of file formats
================================================================================
:Author: chfw
:Author: C.W.
:Source code: http://github.com/pyexcel/pyexcel-io.git
:Issues: http://github.com/pyexcel/pyexcel-io/issues
:License: New BSD License

View File

@ -31,7 +31,7 @@ except (ValueError, UnicodeError, locale.Error):
locale.setlocale(locale.LC_ALL, "en_US.UTF-8")
NAME = "pyexcel-io"
AUTHOR = "chfw"
AUTHOR = "C.W."
VERSION = "0.6.3"
EMAIL = "info@pyexcel.org"
LICENSE = "New BSD"