[setup] Fix, download_url (#8439)

* [setup] Fix, download_url
This commit is contained in:
Daniel Vaz Gaspar
2019-10-25 08:59:06 +01:00
committed by GitHub
parent 82b174701f
commit 59889a4436

View File

@@ -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",