Skip to content

Commit

Permalink
[setup] Fixing URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Mar 5, 2018
1 parent 4135854 commit b01a9bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -102,9 +102,10 @@ def get_git_sha():
],
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',
Expand Down

0 comments on commit b01a9bb

Please sign in to comment.