From 660eb53ab1fffc9d7c3f575925fd680abf70a784 Mon Sep 17 00:00:00 2001 From: PApostol <50751110+PApostol@users.noreply.github.com> Date: Fri, 29 Oct 2021 10:15:27 +0100 Subject: [PATCH] Remove redundant parentheses from setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72bc4adc2b9e2..b5ac85ee49c56 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def get_git_sha() -> str: 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,