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 <[email protected]> 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="[email protected]", 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",
