From 54d71048b47d4e1f4fc50525309d44ad83cc72a0 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 778c39d..c355031 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```""" -PACKAGE_DESCRIPTION_SHORT='This is a collection of small fetchers for personal data spread around the internet.' +PACKAGE_DESCRIPTION_SHORT = ( + 'This is a collection of small fetchers for personal data spread around the internet.' +) + def parse_version_file(text: str) -> str: match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)