diff --git a/setup.py b/setup.py index bdb0d5e42..f8f785e72 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,8 @@ setup( author_email='maximebeauchemin@gmail.com', url='https://github.com/apache/incubator-superset', download_url=( - 'https://github.com/apache/incubator-superset/tarball/' + version_string, + 'https://github.com' + '/apache/incubator-superset/tarball/' + version_string ), classifiers=[ 'Programming Language :: Python :: 2.7',