Skip to content

Commit

Permalink
[setup] Fix, download_url (#8439)
Browse files Browse the repository at this point in the history
* [setup] Fix, download_url
  • Loading branch information
dpgaspar authored Oct 25, 2019
1 parent 82b1747 commit 59889a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ def get_git_sha():
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",
Expand Down

0 comments on commit 59889a4

Please sign in to comment.