Skip to content

Commit

Permalink
Merge pull request #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 48430a1 + b01a9bb commit 6e0ece7
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 6e0ece7

Please sign in to comment.