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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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