This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new fafa6b4 Minor doc fix for superset (#6662)
fafa6b4 is described below
commit fafa6b4ddac3a20a96df632483c005569a00b0e6
Author: Tao Feng <[email protected]>
AuthorDate: Fri Jan 11 09:50:31 2019 -0800
Minor doc fix for superset (#6662)
---
docs/conf.py | 4 ++--
setup.cfg | 4 ++--
setup.py | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index b8c95fa..d0e7923 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,7 +50,7 @@ master_doc = 'index'
# General information about the project.
project = "Apache Superset"
copyright = 'Copyright © 2018 The Apache Software Foundation, Licensed under
the Apache License, Version 2.0.'
-author = u'Maxime Beauchemin'
+author = u'Apache Superset Dev'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -226,7 +226,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'superset.tex', u'Superset Documentation',
- u'Maxime Beauchemin', 'manual'),
+ u'Apache Superset Dev', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
diff --git a/setup.cfg b/setup.cfg
index cdf1ed5..15d9402 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,8 +2,8 @@
name = Superset
summary = a data exploration platform
description-file = README.md
-author = Maxime Beauchemin
-author-email = [email protected]
+author = Apache Superset Dev
+author-email = [email protected]
license = Apache License, Version 2.0
[files]
diff --git a/setup.py b/setup.py
index 07318d8..236298f 100644
--- a/setup.py
+++ b/setup.py
@@ -100,8 +100,8 @@ setup(
'cors': ['flask-cors>=2.0.0'],
'console_log': ['console_log==0.2.10'],
},
- author='Maxime Beauchemin',
- author_email='[email protected]',
+ author='Apache Superset Dev',
+ author_email='[email protected]',
url='https://github.com/apache/incubator-superset',
download_url=(
'https://github.com'