Skip to content

Commit

Permalink
Merge pull request apache#4534 from john-bodley/john-bodley-setup-url
Browse files Browse the repository at this point in the history
[setup] Fixing repo URLs
  • Loading branch information
john-bodley authored Mar 6, 2018
2 parents 95e48da + b47beff commit b7c692a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ def get_git_sha():
],
author='Maxime Beauchemin',
author_email='[email protected]',
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',
Expand Down

0 comments on commit b7c692a

Please sign in to comment.