From fafa6b4ddac3a20a96df632483c005569a00b0e6 Mon Sep 17 00:00:00 2001 From: Tao Feng Date: Fri, 11 Jan 2019 09:50:31 -0800 Subject: [PATCH] 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 b8c95fa6e..d0e7923eb 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 cdf1ed547..15d9402c9 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 = maximebeauchemin@gmail.com +author = Apache Superset Dev +author-email = dev@superset.incubator.apache.org license = Apache License, Version 2.0 [files] diff --git a/setup.py b/setup.py index 07318d8d8..236298f60 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='maximebeauchemin@gmail.com', + author='Apache Superset Dev', + author_email='dev@superset.incubator.apache.org', url='https://github.com/apache/incubator-superset', download_url=( 'https://github.com'