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: