diff --git a/setup.py b/setup.py index aaa1505..a38b456 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,10 @@ Used by one-page-internet. Copyright (c) 2022-2024 Jon Michael Aanes All rights reserved. -```""" +```""".strip() -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.""".strip() def parse_version_file(text: str) -> str: