🤖 Repository layout updated to latest version
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s

This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
This commit is contained in:
Takunomi Automaticus, The 2nd 2025-06-13 23:59:24 +02:00
parent 0497fd3e26
commit b5bf5d78ba

View File

@ -171,7 +171,6 @@ def find_python_packages() -> list[str]:
for init_file in root_path.rglob('__init__.py'): for init_file in root_path.rglob('__init__.py'):
packages.add(str(init_file.parent).replace('/', '.')) packages.add(str(init_file.parent).replace('/', '.'))
print(f'Found following packages: {packages}')
return sorted(packages) return sorted(packages)
with open(PACKAGE_NAME + '/_version.py') as f: with open(PACKAGE_NAME + '/_version.py') as f: