Initial ruff pass

This commit is contained in:
Jon Michael Aanes 2025-06-09 19:50:06 +02:00
parent 0497fd3e26
commit 1dfc816bbf

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())