From dd85199c735489b1c2f4ae09f29be91be9af0124 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Wed, 21 May 2025 00:48: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/repo-manager) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4cf7c3..0e33e85 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ This program collects several small data fetchers, for downloading personal data spread around the internet.""".strip() def parse_version_file(text: str) -> str: - text = re.sub('^#.*$', '', text) + text = re.sub('^#.*', '', text, flags=re.MULTILINE) match = re.match(r'^\s*__version__\s*=\s*(["\'])([\d\.]+)\1$', text) if match is None: msg = 'Malformed _version.py file!'