diff --git a/setup.py b/setup.py index fcf76fd68b..179c1fafb4 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,8 @@ def open_local(paths, mode="r", encoding="utf8"): "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"],