diff --git a/setup.py b/setup.py
index e971bea..b1c83e0 100644
--- a/setup.py
+++ b/setup.py
@@ -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())