Skip to content

Commit b83e3bb

Browse files
committed
update author
1 parent 27254d6 commit b83e3bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292

9393
# The theme to use for HTML and HTML Help pages. See the documentation for
9494
# a list of builtin themes.
95-
sys.path.append(os.path.abspath('_themes'))
96-
html_theme_path = ['_themes']
95+
sys.path.append(os.path.abspath('_themes'))
96+
html_theme_path = ['_themes']
9797
html_theme = 'djangodocs'
9898

9999
# Theme options are theme-specific and customize the look and feel of a theme

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to django-excel's documentation!
77
================================================================================
88

9-
:Author: C. W.
9+
:Author: C.W.
1010
:Issues: http://github.com/pyexcel/django-excel/issues
1111
:License: New BSD License
1212
:Version: |version|

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='django-excel',
26-
author='C. W.',
26+
author='C.W.',
2727
version='0.0.4',
2828
author_email='wangc_2011 (at) hotmail.com',
2929
url='https://github.com/pyexcel/django-excel',

0 commit comments

Comments
 (0)