diff --git a/setup.py b/setup.py index 091197f..442db9b 100644 --- a/setup.py +++ b/setup.py @@ -28,9 +28,10 @@ understanding of the ratelimiting and caching behaviour of their associated webs Copyright (c) 2024 Jon Michael Aanes All rights reserved. -```""" +```""".strip() -PACKAGE_DESCRIPTION_SHORT = 'Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.' +PACKAGE_DESCRIPTION_SHORT = """ +Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.""".strip() def parse_version_file(text: str) -> str: