Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CD7BA200D46 for ; Sun, 12 Nov 2017 06:51:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CC1CB160C04; Sun, 12 Nov 2017 05:51:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45561160C03 for ; Sun, 12 Nov 2017 06:51:57 +0100 (CET) Received: (qmail 20462 invoked by uid 500); 12 Nov 2017 05:51:56 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 20453 invoked by uid 99); 12 Nov 2017 05:51:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2017 05:51:56 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B7E8585040; Sun, 12 Nov 2017 05:51:55 +0000 (UTC) Date: Sun, 12 Nov 2017 05:51:55 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Update setup.py (#3510) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151046591561.11391.14462542758450942769@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b4c9402737067bdddc0658019da7e90aafc8fa34 X-Git-Newrev: 7fce8eab3aa10850278440f4ef283480d416f95b X-Git-Rev: 7fce8eab3aa10850278440f4ef283480d416f95b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Sun, 12 Nov 2017 05:51:57 -0000 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 7fce8ea Update setup.py (#3510) 7fce8ea is described below commit 7fce8eab3aa10850278440f4ef283480d416f95b Author: 王洁玉 AuthorDate: Sun Nov 12 13:51:53 2017 +0800 Update setup.py (#3510) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 00df4b4..217a070 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import subprocess from setuptools import find_packages, setup BASE_DIR = os.path.abspath(os.path.dirname(__file__)) -PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'static', 'assets') +PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'assets') PACKAGE_FILE = os.path.join(PACKAGE_DIR, 'package.json') with open(PACKAGE_FILE) as package_file: version_string = json.load(package_file)['version'] -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].