Initial ruff pass

This commit is contained in:
Jon Michael Aanes 2025-06-09 14:52:09 +02:00
parent 0497fd3e26
commit f053c72278

View File

@ -174,6 +174,7 @@ def find_python_packages() -> list[str]:
print(f'Found following packages: {packages}')
return sorted(packages)
with open(PACKAGE_NAME + '/_version.py') as f:
version = parse_version_file(f.read())