Fix setup.py, comma makes download_url a tuple (#4676)

This commit is contained in:
Maxime Beauchemin
2018-03-23 11:21:19 -07:00
committed by GitHub
parent 73f7f817d3
commit b24a6fd4b5

View File

@@ -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',