diff --git a/setup.py b/setup.py index 6e90b44..50110ea 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,10 @@ Copyright (c) 2024 Jon Michael Aanes All rights reserved. ```""" -PACKAGE_DESCRIPTION_SHORT='Quick and dirty time tracker on git histories.' +PACKAGE_DESCRIPTION_SHORT = ( + 'Quick and dirty time tracker on git histories.' +) + def parse_version_file(text: str) -> str: match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)