Remove redundant parentheses from setup.py (#17284)

This commit is contained in:
PApostol 2021-11-01 16:04:25 +00:00 committed by GitHub
parent 1f2a7a40c4
commit a898883f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ with open(VERSION_INFO_FILE, "w") as version_file:
setup(
name="apache-superset",
description=("A modern, enterprise-ready business intelligence web application"),
description="A modern, enterprise-ready business intelligence web application",
long_description=long_description,
long_description_content_type="text/markdown",
version=version_string,