From ab2f43987890fe0629953885f48a10038f860ae0 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 17 Oct 2020 22:35:01 +0100 Subject: [PATCH] :hammer: restore author's initials --- docs/source/conf.py | 2 +- docs/source/index.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a2fc48f..4595678 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index 6806a77..00332e4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 diff --git a/setup.py b/setup.py index 4535574..ec2f56d 100644 --- a/setup.py +++ b/setup.py @@ -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"