From 97635111af0af59d2e6463b3bedc00fea88f4fb0 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Tue, 16 Feb 2021 09:33:48 +0200 Subject: [PATCH] Align setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcf76fd6..179c1faf 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,8 @@ setup_kwargs = { "author": "Sanic Community", "author_email": "admhpkns@gmail.com", "description": ( - "A web server and web framework that's written to go fast. Build fast. Run fast." + "A web server and web framework that's written to go fast. " + "Build fast. Run fast." ), "long_description": long_description, "packages": ["sanic"],