From a898883f38fb0d1c9a192139b0cccbb4448ceae2 Mon Sep 17 00:00:00 2001 From: PApostol <50751110+PApostol@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:04:25 +0000 Subject: [PATCH] Remove redundant parentheses from setup.py (#17284) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a049aa27e..ce21f9abab 100644 --- a/setup.py +++ b/setup.py @@ -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,