diff --git a/setup.py b/setup.py index ee20326..a9cf276 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,10 @@ Copyright (c) 2022-2024 Jon Michael Aanes All rights reserved. ```""" -PACKAGE_DESCRIPTION_SHORT='Python library for parsing and processing URLs of Social Media Sites.' +PACKAGE_DESCRIPTION_SHORT = ( + 'Python library for parsing and processing URLs of Social Media Sites.' +) + def parse_version_file(text: str) -> str: match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)