From 76638c5ab9c270981c77573058d1272cb7592b64 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Fri, 13 Jun 2025 23:59:24 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6c1aae1..a049c3d 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,6 @@ def find_python_packages() -> list[str]: for init_file in root_path.rglob('__init__.py'): packages.add(str(init_file.parent).replace('/', '.')) - print(f'Found following packages: {packages}') return sorted(packages) with open(PACKAGE_NAME + '/_version.py') as f: