mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Merge pull request #4534 from john-bodley/john-bodley-setup-url
[setup] Fixing repo URLs
This commit is contained in:
5
setup.py
5
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user