You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/01/04 19:52:07 UTC

[incubator-superset] 06/22: [setup] Fix, download_url (#8439)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 0.35
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 3e6a206c1e459d578a399a12f04258a45c1de2bd
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Fri Oct 25 08:59:06 2019 +0100

    [setup] Fix, download_url (#8439)
    
    * [setup] Fix, download_url
---
 setup.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 5f616a2..a07cd7b 100644
--- a/setup.py
+++ b/setup.py
@@ -121,9 +121,7 @@ setup(
     author="Apache Software Foundation",
     author_email="dev@superset.incubator.apache.org",
     url="https://superset.apache.org/",
-    download_url=(
-        "https://dist.apache.org/repos/dist/release/superset/" + version_string
-    ),
+    download_url="https://www.apache.org/dist/incubator/superset/" + version_string,
     classifiers=[
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",