From f921b235f57ef3895fe3ef427dc52971c2f4aafa Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Wed, 10 Jul 2024 23:39:53 +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, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68ba70f..209869d 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,10 @@ Copyright (c) 2024 Jon Michael Aanes All rights reserved. ```""" -PACKAGE_DESCRIPTION_SHORT='System for loading secrets from a variety of sources.' +PACKAGE_DESCRIPTION_SHORT = ( + 'System for loading secrets from a variety of sources.' +) + def parse_version_file(text: str) -> str: match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)