We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81de23 commit 966e9e1Copy full SHA for 966e9e1
setup.py
@@ -121,9 +121,7 @@ def get_git_sha():
121
author="Apache Software Foundation",
122
author_email="[email protected]",
123
url="https://superset.apache.org/",
124
- download_url=(
125
- "https://dist.apache.org/repos/dist/release/superset/" + version_string
126
- ),
+ download_url="https://www.apache.org/dist/incubator/superset/" + version_string,
127
classifiers=[
128
"Programming Language :: Python :: 3.6",
129
"Programming Language :: Python :: 3.7",
0 commit comments