[setup] Fixing URLs

This commit is contained in:
John Bodley 2018-03-04 17:53:15 -08:00
parent 413585448e
commit b01a9bba1f
1 changed files with 3 additions and 2 deletions

View File

@ -102,9 +102,10 @@ setup(
],
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',