Skip to content

Commit

Permalink
Fix setup.py ASF issues (apache#6677)
Browse files Browse the repository at this point in the history
* This renames the package to apache-superset instead of superset.
  This is required.
* It sets the download location to the official ASF repositories
  • Loading branch information
bolkedebruin authored and kristw committed Jan 19, 2019
1 parent 01063ce commit 3cc7cdf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_git_sha():


setup(
name='superset',
name='apache-superset',
description=(
'A modern, enterprise-ready business intelligence web application'),
long_description=long_description,
Expand Down Expand Up @@ -115,12 +115,11 @@ def get_git_sha():
'cors': ['flask-cors>=2.0.0'],
'console_log': ['console_log==0.2.10'],
},
author='Apache Superset Dev',
author='Apache Software Foundation',
author_email='dev@superset.incubator.apache.org',
url='https://github.com/apache/incubator-superset',
url='http://superset.apache.org/',
download_url=(
'https://github.com'
'/apache/incubator-superset/tarball/' + version_string
'https://dist.apache.org/repos/dist/release/superset/' + version_string
),
classifiers=[
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 3cc7cdf

Please sign in to comment.