From 8e37eea1717f6e711a1bad17f409c535898cfcba Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Tue, 16 Jul 2024 22:18:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: