From b5bf5d78ba413fa41750a2092c3fa5bd0952e2c1 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 e971bea..fab9f89 100644 --- a/setup.py +++ b/setup.py @@ -171,7 +171,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: