Merge pull request #4534 from john-bodley/john-bodley-setup-url

[setup] Fixing repo URLs
This commit is contained in:
John Bodley 2018-03-05 18:03:04 -08:00 committed by GitHub
commit 6e0ece76a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',