Initial ruff pass

This commit is contained in:
Jon Michael Aanes 2025-06-09 15:00:18 +02:00
parent 0497fd3e26
commit 7cf53dffa5

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