From b01a9bba1f2043435e6fc1b189661e27b7dbbaea Mon Sep 17 00:00:00 2001 From: John Bodley Date: Sun, 4 Mar 2018 17:53:15 -0800 Subject: [PATCH] [setup] Fixing URLs --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c32696e698418..682fe336d89a4 100644 --- a/setup.py +++ b/setup.py @@ -102,9 +102,10 @@ def get_git_sha(): ], author='Maxime Beauchemin', author_email='maximebeauchemin@gmail.com', - url='https://github.com/airbnb/superset', + url='https://github.com/apache/incubator-superset', download_url=( - 'https://github.com/airbnb/superset/tarball/' + version_string), + 'https://github.com/apache/incubator-superset/tarball/' + version_string, + ), classifiers=[ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4',