diff --git a/setup.py b/setup.py index 47e5753..b8a0858 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,10 @@ Copyright (c) 2022-2024 Jon Michael Aanes All rights reserved. ```""" -PACKAGE_DESCRIPTION_SHORT='Utility for working with scheme+ld and other data-graph and semantic web formats.' +PACKAGE_DESCRIPTION_SHORT = ( + 'Utility for working with scheme+ld and other data-graph and semantic web formats.' +) + def parse_version_file(text: str) -> str: match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)