Skip to content

Commit 966e9e1

Browse files
dpgasparGrace
authored and
Grace
committed
[setup] Fix, download_url (#8439)
* [setup] Fix, download_url
1 parent a81de23 commit 966e9e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ def get_git_sha():
121121
author="Apache Software Foundation",
122122
author_email="[email protected]",
123123
url="https://superset.apache.org/",
124-
download_url=(
125-
"https://dist.apache.org/repos/dist/release/superset/" + version_string
126-
),
124+
download_url="https://www.apache.org/dist/incubator/superset/" + version_string,
127125
classifiers=[
128126
"Programming Language :: Python :: 3.6",
129127
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)