Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm committed Feb 4, 2024
1 parent cc52358 commit 73c1c0e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def get_git_sha() -> str:


setup(
name="apache-superset",
description="A modern, enterprise-ready business intelligence web application",
name="dimagi-superset",
description="A 'Dimagi' fork of apache-superset, a modern, enterprise-ready business intelligence web application",
long_description=long_description,
long_description_content_type="text/markdown",
version=version_string,
Expand Down Expand Up @@ -192,8 +192,7 @@ def get_git_sha() -> str:
python_requires="~=3.9",
author="Apache Software Foundation",
author_email="[email protected]",
url="https://superset.apache.org/",
download_url="https://www.apache.org/dist/superset/" + version_string,
url="https://github.com/dimagi/superset",
classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 73c1c0e

Please sign in to comment.